Method | Description | |
---|---|---|
append ( strign $path, string $content ) : integer | File append. | |
exists ( $file ) : boolean | Determine if file is already exists. | |
make ( $file, $content ) : integer | Make a file. | |
makeDir ( string $path ) : void | Make directory. |