|
1C-Bitrix 25.700.0
|
Открытые члены | |
| 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 () | |
| markWritable () | |
| delete () | |
| getContentType () | |
| Открытые члены унаследованные от FileEntry | |
| getExtension () | |
| putContents ($data) | |
| getFileSize () | |
| isDirectory () | |
| isFile () | |
| isLink () | |
| Открытые члены унаследованные от FileSystemEntry | |
| isSystem () | |
| getName () | |
| getDirectoryName () | |
| getPath () | |
| getDirectory () | |
| getCreationTime () | |
| getLastAccessTime () | |
| getModificationTime () | |
| getPermissions () | |
| 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 | |
| bool | $exists = null |
| close | ( | ) |
|
static |
| read | ( | int | $length | ) |
| write | ( | string | $content | ) |