Funções para Zip
PHP Manual

ZipArchive::getNameIndex

(PHP 5 >= 5.2.0, PECL zip >= 1.5.0)

ZipArchive::getNameIndexReturns the name of an entry using its index

Descrição

string ZipArchive::getNameIndex ( int $index )

Returns the name of an entry using its index.

Parâmetros

index

Index of the entry.

Valor Retornado

Returns the name on success or FALSE on failure.


Funções para Zip
PHP Manual