PHP Class Phalcon\Build\Util

Show file Open project: phalcon/cphalcon Class Usage Examples

Public Methods

Method Description
cleanDirectory ( string $dir ) Recursively deletes everything in the directory
normalize ( $filePath ) : string Normalize file path, convert all slashes to Linux-style and get rid of '.

Method Details

cleanDirectory() public static method

Recursively deletes everything in the directory
public static cleanDirectory ( string $dir )
$dir string

normalize() public static method

.', '.'.
public static normalize ( $filePath ) : string
$filePath
return string