Note that getFromIndex returns false for directories.
![]() |
|
||||||||||
|
ZipArchive::getFromIndex(no version information, might be only in CVS) ZipArchive::getFromIndex -- Returns the entry contents using its index.Описаниеmixed ZipArchive::getFromIndex ( int index [, int flags] )Returns the entry contents using its index. Список параметров
ZipArchive::getFromIndex
Clay Loveless
18-Mar-2007 10:44
If you'd like to use this method with the flags listed, you need to specify the length of the entry to retrieve as the second parameter, with the flags as the third parameter. |