PHP. Руководство по PHP. 2005
zip_entry_readzip_entry_read
Описание
string zip_entry_read (resource zip_entry [, int length])
Reads from an open directory entry.
Список параметров
- zip_entry
-
A directory entry returned by zip_read().
- length
-
The number of bytes to return. If not specified, this function will attempt to read 1024 bytes.
Замечание: This should be the uncompressed length you wish to read.
Возвращаемые значения
Returns the data read, or FALSE if the end of the file is reached.
Смотрите также
zip_entry_open() |
zip_entry_close() |
zip_entry_filesize() |
|
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.
⇪