ZipArchive::getNameIndex
(PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
ZipArchive::getNameIndex — Returns the name of an entry using its index
Описание
string ZipArchive::getNameIndex
( int $index
)
Список параметров
-
index
-
Index of the entry.
Возвращаемые значения
Returns the name on success or FALSE on failure.