Method |
Description |
|
_dirCreate ( string $dir, integer $mode = 493 ) : void |
|
|
dirCopy ( string $src, string $dst, boolean $overwrite = false ) : void |
|
|
dirCreate ( string $dir, integer $mode = 493 ) : void |
|
|
dirDelete ( string $dir, boolean $recursive = false ) : void |
|
|
dirExists ( string $dir ) : boolean |
|
|
dirMove ( string $src, string $dst, boolean $overwrite = false ) : void |
|
|
directories ( string $dir ) : array |
|
|
fileAppend ( string $file, string $data ) : void |
|
|
fileCopy ( string $src, string $dst, boolean $overwrite = false ) : void |
|
|
fileDelete ( string $file ) : void |
|
|
fileExists ( string $file ) : boolean |
Determine if a file exists. |
|
fileGet ( string $file ) : string | false |
|
|
fileMove ( string $src, string $dst, boolean $overwrite = false ) : void |
|
|
filePut ( string $file, string $data ) : void |
|
|
fileSize ( string $file ) : integer | false |
|
|
files ( string $dir, string $pattern = null ) : array |
|
|
glob ( string $pattern, integer $flags ) : array |
|
|
scandir ( string $dir, integer $sorting_order = SCANDIR_SORT_ASCENDING ) : array |
|
|