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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -