ZipArchive
PHP Manual

ZipArchive::getNameIndex

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

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

Descrierea

string ZipArchive::getNameIndex ( int $index )

Returns the name of an entry using its index.

Parametri

index

Index of the entry.

Valorile întoarse

Returns the name on success sau FALSE în cazul eșecului.


ZipArchive
PHP Manual