Best way to read zip file in PHP

baum22

New Member
\[code\]file_get_contents("zip:///a/b/c.zip")\[/code\] is returning \[code\]NULL\[/code\]. How can I read unzipped contents of a zip file in PHP 5+ ?
 
Back
Top