|
ZipArchive::getFromIndexReturns the entry contents using its index Description
string ZipArchive::getFromIndex
( int
$index
[, int $length = 0
[, int $flags
]] )Returns the entry contents using its index. Parameters
Return Values
Returns the contents of the entry on success or ExamplesExample #1 Get the file contents
<?php See Also
|