Tagged articles
10 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Aug 25, 2024 · Fundamentals

Using Python's shutil Module for File and Directory Operations

This article introduces Python's built‑in shutil module, explains its key functions for copying, moving, deleting, archiving, and retrieving file information, and provides comprehensive code examples demonstrating how to prepare test files and perform common file‑system tasks such as copying files, moving directories, and creating archives.

Pythonarchivecopy
0 likes · 7 min read
Using Python's shutil Module for File and Directory Operations
Open Source Tech Hub
Open Source Tech Hub
Apr 4, 2024 · Backend Development

How to Package and Deploy PHP Applications Using PHAR Archives

This guide explains what PHAR archives are, how to configure PHP to allow writing PHAR files, how to structure a PHP project, create a PHAR package with a build script, run it via a simple wrapper, and outlines the internal mechanics and limitations of PHAR.

DeploymentPhararchive
0 likes · 10 min read
How to Package and Deploy PHP Applications Using PHAR Archives
Laravel Tech Community
Laravel Tech Community
Apr 21, 2021 · Backend Development

zip_read() – Read the Next Entry in a ZIP Archive

The article explains PHP’s zip_read() function, detailing its purpose of reading the next entry in an opened ZIP archive, describing the required $zip resource parameter, and outlining the possible return values including the entry resource, FALSE when no more entries exist, or error codes.

archivefile-handlingphp-functions
0 likes · 2 min read
zip_read() – Read the Next Entry in a ZIP Archive
Laravel Tech Community
Laravel Tech Community
Mar 31, 2021 · Backend Development

zip_entry_close() – Close a ZIP Archive Entry in PHP

The article explains the PHP function zip_entry_close(), which closes a directory entry obtained from a ZIP archive, details its syntax, parameters, return values, and provides a complete example demonstrating its usage within a typical zip handling workflow.

archivefile-handlingzip_entry_close
0 likes · 2 min read
zip_entry_close() – Close a ZIP Archive Entry in PHP
Laravel Tech Community
Laravel Tech Community
Mar 28, 2021 · Backend Development

PHP zip_entry_read – Read an Opened Zip Archive Entry

The article explains PHP’s zip_entry_read function, detailing its purpose, parameters, return values, and provides a complete example demonstrating how to open a zip archive, iterate through entries, read their contents, and close resources.

archivefile-handlingzip_entry_read
0 likes · 2 min read
PHP zip_entry_read – Read an Opened Zip Archive Entry
Laravel Tech Community
Laravel Tech Community
Mar 25, 2021 · Backend Development

zip_read() – Read the Next Entry in a ZIP Archive (PHP)

The article explains PHP’s zip_read() function, detailing its purpose, required zip resource parameter, return values (including FALSE when no more entries), and provides a concise example showing how to open a ZIP file, read an entry, and close the archive.

archivefile-handling
0 likes · 2 min read
zip_read() – Read the Next Entry in a ZIP Archive (PHP)
Laravel Tech Community
Laravel Tech Community
Jan 27, 2021 · Operations

baulk 2.0 Introduces Experimental untar and unzip Commands with Advanced ZIP Features

The Windows‑only baulk package manager version 2.0 adds experimental untar and unzip sub‑commands, detailing untar's support for various tar formats and unzip's robust baulk::archive::zip implementation that handles many compression methods, filename encoding detection, SIMD‑accelerated decompression, and strict path security.

OperationsWindowsarchive
0 likes · 3 min read
baulk 2.0 Introduces Experimental untar and unzip Commands with Advanced ZIP Features
Liangxu Linux
Liangxu Linux
Oct 22, 2019 · Operations

10 Quick Commands to Peek Inside Archives Without Extracting

This guide presents ten practical Linux commands—including Vim, tar, rar, unzip, zipinfo, zcat, zless, and less—that let you view the contents and metadata of archive or compressed files directly without extracting them first, saving time and effort.

Unziparchivecommand-line
0 likes · 7 min read
10 Quick Commands to Peek Inside Archives Without Extracting