update : 2015.11.03
php.shukuma.com검색:
|
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
[, int $flags
] )Returns the name of an entry using its index. 인수
반환값
Returns the name on success실패 시 예제
Example #1 ZipArchive::getNameIndex() example
<?php |