update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::locateName(PHP 5 >= 5.2.0, PECL zip >= 1.5.0) ZipArchive::locateName — Returns the index of the entry in the archive 설명
int ZipArchive::locateName
( string
$name
[, int $flags
] )Locates an entry using its name. 인수
반환값
Returns the index of the entry on success실패 시 예제Example #1 Create an archive and then use it with ZipArchive::locateName()
<?php 위 예제의 출력: 0 1 2 |