|
PHP5中文手册
ZipArchive::statIndex(No version information available, might be only in CVS) ZipArchive::statIndex — Get the details of an entry defined by its index. 说明
mixed ZipArchive::statIndex
( int $index
[, int $flags
] )
The function obtains information about the entry defined by its index. 参数
返回值Returns an array containing the entry details or FALSE on failure. 范例Example#1 Dump the stat info of an entry
<?php 上例的输出类似于:
|