|
PHP5中文手册
ZipArchive::getFromIndex(No version information available, might be only in CVS) ZipArchive::getFromIndex — Returns the entry contents using its index. 说明
mixed ZipArchive::getFromIndex
( int $index
[, int $flags
] )
Returns the entry contents using its index. 参数
返回值Returns the contents of the entry on success or FALSE on failure. 范例Example#1 Get the file contents
<?php |