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.
サーバー内の複数のファイルへのパスを含むテキストファイルがあります(1行に1ファイル)。これらの行を読み取り、emからzipを作成する方法はありますか?
前もって感謝します。
PHPには、zipを作成するための関数があります。
簡単な例を次に示します。http://davidwalsh.name/create-zip-php
ファイル名を読み取り、それらをリストに入れて、例の関数を使用する必要があります。