Definition at line 5 of file Fs.php.
|
| | __construct ($params=array()) |
| | pwd () |
| | ls ($url) |
| | lsDir ($path='') |
| | lsFiles ($path='') |
| | exists ($remotePath) |
| | fileInfo ($remotePath) |
| | cd ($url) |
| | mkdir ($pathName, $mode=0777, $recursive=true) |
| | rm ($url) |
| | copy ($sourcePath, $targetPath) |
| | mv ($sourcePath, $targetPath) |
| | get ($remotePath, $local=null) |
| | put ($local, $remotePath) |
| | getString ($remotePath) |
| | putString ($remotePath, $string) |
| | test (&$error=null) |
| | depageFsErrorHandler ($errno, $errstr, $errfile, $errline, array $errcontext) |
| | file_put_contents ($filename, $data, $flags=0, $context=null) |
| | Hook, allows overriding of file_put_contents function.
|
◆ __construct()
| __construct |
( |
| $params = array() | ) |
|
◆ buildUrl()
| buildUrl |
( |
| $parsed, |
|
|
| $showPass = true ) |
|
protected |
◆ cd()
◆ cleanPath()
◆ cleanUrl()
| cleanUrl |
( |
| $url, |
|
|
| $showPass = true ) |
|
protected |
◆ copy()
| copy |
( |
| $sourcePath, |
|
|
| $targetPath ) |
◆ depageFsErrorHandler()
| depageFsErrorHandler |
( |
| $errno, |
|
|
| $errstr, |
|
|
| $errfile, |
|
|
| $errline, |
|
|
array | $errcontext ) |
◆ exists()
◆ extractFileName()
◆ factory()
| factory |
( |
| $url, |
|
|
| $params = array() ) |
|
static |
◆ file_put_contents()
| file_put_contents |
( |
| $filename, |
|
|
| $data, |
|
|
| $flags = 0, |
|
|
| $context = null ) |
◆ fileInfo()
◆ get()
| get |
( |
| $remotePath, |
|
|
| $local = null ) |
◆ getString()
◆ lateConnect()
◆ ls()
◆ lsDir()
◆ lsFiles()
◆ lsFilter()
| lsFilter |
( |
| $path = '', |
|
|
| $function ) |
|
protected |
◆ lsRecursive()
| lsRecursive |
( |
| $path, |
|
|
| $current ) |
|
protected |
◆ matchNodesInPath()
| matchNodesInPath |
( |
| $path, |
|
|
| $pattern ) |
|
protected |
◆ mkdir()
| mkdir |
( |
| $pathName, |
|
|
| $mode = 0777, |
|
|
| $recursive = true ) |
◆ mv()
| mv |
( |
| $sourcePath, |
|
|
| $targetPath ) |
◆ parseUrl()
◆ postCommandHook()
◆ preCommandHook()
◆ put()
| put |
( |
| $local, |
|
|
| $remotePath ) |
◆ putString()
| putString |
( |
| $remotePath, |
|
|
| $string ) |
◆ pwd()
◆ rename()
| rename |
( |
| $source, |
|
|
| $target ) |
|
protected |
◆ rm()
◆ rmdir()
◆ rmRecursive()
◆ scandir()
| scandir |
( |
| $cleanUrl = '', |
|
|
| $hidden = null ) |
|
protected |
◆ schemeAlias()
| schemeAlias |
( |
| $alias = '' | ) |
|
|
staticprotected |
◆ setBase()
◆ setErrorHandler()
| setErrorHandler |
( |
| $start | ) |
|
|
protected |
◆ test()
◆ $base
Definition at line 8 of file Fs.php.
◆ $currentPath
Definition at line 7 of file Fs.php.
◆ $hidden
◆ $streamContext
◆ $streamContextOptions
| $streamContextOptions = array() |
|
protected |
◆ $url
Definition at line 9 of file Fs.php.
The documentation for this class was generated from the following file: