|
PHP5中文手册
ZipArchive::locateName(No version information available, might be only in CVS) ZipArchive::locateName — Returns the index of the entry in the archive 说明
mixed ZipArchive::locateName
( string $name
[, int $flags
] )
Locates an entry using its name. 参数
返回值Returns the index of the entry on success or FALSE on failure. 范例Example#1 Create an archive and then use it with locateName
<?php |