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