Search found 1 match

by vitalik_dj
Mon Sep 04, 2006 3:21 am
Forum: PHP - Code
Topic: how to uncompress zip archive from string?
Replies: 1
Views: 212

how to uncompress zip archive from string?

Some web service return me ansver in zip archive. This zip archive is in string variable. If i write this variable to file, I was able to unzip this file using functions from the ZZIPlib library (zip_open,zip_read, zip_entry_read). But question is how to unzip contents of zip archive directly from s...