php-archive icon indicating copy to clipboard operation
php-archive copied to clipboard

support for in-memory zip files

Open dimzon opened this issue 10 years ago • 0 comments

$file=file_get_contents('foo.zip');
$zip->openFromString($file);

dimzon avatar Aug 09 '15 20:08 dimzon