|
| isExists ($path) |
|
| stat ($path) |
|
| fileGetContents ($path, $flags=null, $context=null) |
|
| filePutContents ($path, $content, $mode=null, $context=null) |
|
| fileOpen ($path, $mode) |
|
| fileReadLine ($resource, $length, $ending=null) |
|
| getAbsolutePath ($basePath, $path, $scheme=null) |
|
| isExists ($path) |
|
| stat ($path) |
|
| isReadable ($path) |
|
| isFile ($path) |
|
| isDirectory ($path) |
|
| fileGetContents ($path, $flag=null, $context=null) |
|
| isWritable ($path) |
|
| getParentDirectory ($path) |
|
| createDirectory ($path, $permissions=0777) |
|
| search ($pattern, $path) |
|
| rename ($oldPath, $newPath, DriverInterface $targetDriver=null) |
|
| copy ($source, $destination, DriverInterface $targetDriver=null) |
|
| symlink ($source, $destination, DriverInterface $targetDriver=null) |
|
| deleteFile ($path) |
|
| changePermissions ($path, $permissions) |
|
| touch ($path, $modificationTime=null) |
|
| filePutContents ($path, $content, $mode=null) |
|
| fileOpen ($path, $mode) |
|
| fileReadLine ($resource, $length, $ending=null) |
|
| fileRead ($resource, $length) |
|
| fileGetCsv ($resource, $length=0, $delimiter=',', $enclosure='"', $escape = '\\') |
|
| fileTell ($resource) |
|
| fileSeek ($resource, $offset, $whence=SEEK_SET) |
|
| endOfFile ($resource) |
|
| fileClose ($resource) |
|
| fileWrite ($resource, $data) |
|
| fileFlush ($resource) |
|
| fileLock ($resource, $lockMode=LOCK_EX) |
|
| fileUnlock ($resource) |
|
| getAbsolutePath ($basePath, $path, $scheme=null) |
|
| getRelativePath ($basePath, $path=null) |
|
| getRealPath ($path) |
|
| getRealPathSafety ($path) |
|
| readDirectory ($path) |
|
| readDirectoryRecursively ($path=null) |
|
| deleteDirectory ($path) |
|
| changePermissionsRecursively ($path, $dirPermissions, $filePermissions) |
|
| filePutCsv ($resource, array $data, $delimiter=',', $enclosure='"') |
|
const | WRITEABLE_DIRECTORY_MODE = 0770 |
|
const | WRITEABLE_FILE_MODE = 0660 |
|
Class Https
Definition at line 14 of file Https.php.