PHP Class ConsoleKit\FileSystem

Afficher le fichier Open project: maximebf/consolekit Class Usage Examples

Méthodes publiques

Méthode Description
copyFile ( $src, $dest )
join ( $p1, $p2 )
mkdir ( $dir )
touch ( $filename, $content = '' )

Method Details

copyFile() public static méthode

public static copyFile ( $src, $dest )

join() public static méthode

public static join ( $p1, $p2 )

mkdir() public static méthode

public static mkdir ( $dir )

touch() public static méthode

public static touch ( $filename, $content = '' )