update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::getFromName(PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::getFromName — Returns the entry contents using its name 설명
string ZipArchive::getFromName
( string
$name
[, int $length = 0
[, int $flags
]] )Returns the entry contents using its name. 인수
반환값
Returns the contents of the entry on success실패 시 예제Example #1 Get the file contents
<?php Example #2 Convert an image from a zip entry
<?php |