Tag

rar

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Jul 27, 2023 · Backend Development

Extracting and Creating RAR and ZIP Archives with PHP

This article explains how to use PHP's RarArchive and ZipArchive classes to extract RAR and ZIP files, create ZIP archives, and compress folders into RAR archives, providing step‑by‑step code examples and detailed explanations for each operation.

PHPbackend developmentfile compression
0 likes · 7 min read
Extracting and Creating RAR and ZIP Archives with PHP
Python Programming Learning Circle
Python Programming Learning Circle
Feb 17, 2022 · Fundamentals

Handling Various Compressed File Formats in Python (zip, tar.gz, rar, 7z)

This article explains how to work with common compressed file formats such as zip, tar.gz, rar, and 7z in Python, detailing the relevant modules, usage patterns, and providing complete code examples for creating and extracting archives on both Windows and Linux.

7zfile compressionrar
0 likes · 10 min read
Handling Various Compressed File Formats in Python (zip, tar.gz, rar, 7z)