Открытые члены | |
openLoad () | |
openWrite () | |
read (int $length) | |
write (string $content) | |
close () | |
Открытые члены унаследованные от File | |
__construct ($path, $siteId=null) | |
open ($mode) | |
isExists () | |
getContents () | |
putContents ($data, $flags=self::REWRITE) | |
getSize () | |
seek ($position) | |
isWritable () | |
isReadable () | |
readFile () | |
getCreationTime () | |
getLastAccessTime () | |
getModificationTime () | |
markWritable () | |
getPermissions () | |
delete () | |
getContentType () | |
Открытые члены унаследованные от FileEntry | |
getExtension () | |
putContents ($data) | |
getFileSize () | |
isDirectory () | |
isFile () | |
isLink () | |
Открытые члены унаследованные от FileSystemEntry | |
isSystem () | |
getName () | |
getDirectoryName () | |
getPath () | |
getDirectory () | |
getPhysicalPath () | |
rename ($newPath) | |
Открытые члены унаследованные от IErrorable | |
addError (Main\Error $error) | |
addErrors (array $errors) | |
hasErrors () | |
Открытые члены унаследованные от Errorable | |
getErrors () | |
getErrorByCode ($code) | |
Открытые статические члены | |
static | generateTemporalFile (string $prefix, string $suffix='.tmp', int $timeToLive=3) |
Открытые статические члены унаследованные от File | |
static | isFileExists ($path) |
static | getFileContents ($path) |
static | putFileContents ($path, $data, $flags=self::REWRITE) |
static | deleteFile ($path) |
Дополнительные унаследованные члены | |
Открытые атрибуты унаследованные от File | |
const | REWRITE = 0 |
const | APPEND = 1 |
Защищенные статические члены унаследованные от FileSystemEntry | |
static | getDocumentRoot ($siteId) |
Защищенные данные унаследованные от File | |
$filePointer | |
Защищенные данные унаследованные от FileSystemEntry | |
$path | |
$originalPath | |
$pathPhysical | |
$siteId | |
close | ( | ) |
|
static |
read | ( | int | $length | ) |