soap - Extracting the content of a downloaded zipfile without storing it to the disc in PHP -


i'm retrieving zip-archive via soap call in php. there way extract content without writing file first? far found seemed rely on storing data in local file, extract content , delete file again seems superfluous me.

there php classes use gzuncompress functions zip decompression. think can take zip file inside string , if not can adapt code purposes.

this example of 1 such class (code here under lgpl, requires registration).


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -