Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL に blob として保存されている KMZ ファイルがあります。KMZ ファイルは PKZIP 圧縮を使用します。PHPを使用してファイルを解凍するにはどうすればよいですか?
一時ファイルに対する zip_open() または popen /usr/bin/unzip
このサンプルは、zip_open/zip_read を使用した基本的なトラバーサルを示しています