⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
PHP
>
PHP Extensions
>
Zip Archive
Zip Archive Tutorials
12 tutorials found.
📘
Create Zip Files
Zip Archive | ZipArchive Class | PHP
📘
Open Zip File
Zip Archive | open Method | PHP
📘
Add File to Zip
Zip Archive | addFile Method | PHP
📘
Add Empty Directory
Zip Archive | addEmptyDir Method | PHP
📘
Add String as File
Zip Archive | addFromString Method | PHP
📘
Extract Zip File
Zip Archive | extractTo Method | PHP
📘
Delete File from Zip
Zip Archive | deleteName Method | PHP
📘
Rename File in Zip
Zip Archive | renameName Method | PHP
📘
Password Protect Zip
Zip Archive | setPassword Method | PHP
📘
Get File Content
Zip Archive | getFromName Method | PHP
📘
Create Backup Zip
Zip Archive | Practical Example | PHP
📘
Extract Uploaded Zip
Zip Archive | Practical Example | PHP