开发者

How to unzip a column in the database using PHP

开发者 https://www.devze.com 2022-12-14 16:45 出处:网络
I have a KMZ file stored in MySQL as a blob. KMZ file uses P开发者_如何学CKZIP compression. How can I unzip the file using PHP? zip_open() on a temp file or popen /usr/bin/unzip

I have a KMZ file stored in MySQL as a blob. KMZ file uses P开发者_如何学CKZIP compression. How can I unzip the file using PHP?


zip_open() on a temp file or popen /usr/bin/unzip

this sample shows the basic traversal with zip_open/zip_read

0

精彩评论

暂无评论...
验证码 换一张
取 消