ZipArchive::extractTo

Example

 bool ZipArchive::extractTo ( string $destination [, mixed $entries ] ) 

Description

Extract the complete archive or the given files to the specified destination.

Return Values

Returns TRUE on success or FALSE on failure.