filmov
tv
PHP: Creating and Unpacking ZIP Files

Показать описание
In this lesson you'll learn how to use the new ZipArchive class to build two custom functions called createZipFile and unpackZipFile, which allow you to zip or unzip files in one line.