Method | Description | |
---|---|---|
copy ( $source, $dest, $overwrite = TRUE ) : void | Copies a file or directory. | |
createDir ( $dir, $mode = 511 ) : void | Creates a directory. | |
delete ( $path ) : void | Deletes a file or directory. | |
isAbsolute ( $path ) : boolean | Is path absolute? | |
read ( $file ) : string | Reads file content. | |
rename ( $name, $newName, $overwrite = TRUE ) : void | Renames a file or directory. | |
write ( $file, $content, $mode = 438 ) : void | Writes a string to a file. |
public static isAbsolute ( $path ) : boolean | ||
return | boolean |