ZipArchive::getFromName

Example

 mixed ZipArchive::getFromName ( string $name [, int $length = 0 [, int $flags ]] ) 

Description

Returns the entry contents using its name.

Return Values

Returns the contents of the entry on success or FALSE on failure.