update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::getFromIndex(No version information available, might only be in Git) ZipArchive::getFromIndex — Returns the entry contents using its index 설명
string ZipArchive::getFromIndex
( int
$index
[, int $length = 0
[, int $flags
]] )Returns the entry contents using its index. 인수
반환값
Returns the contents of the entry on success실패 시 예제Example #1 Get the file contents
<?php |