mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-20 16:01:14 +00:00
Finalize extension documentation
This commit is contained in:
7
php_modules/phar/README.md
Normal file
7
php_modules/phar/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# phar
|
||||
|
||||
The phar extension provides a way to put entire PHP applications into a single file called a "phar" (PHP Archive) for easy distribution and installation. In addition to providing this service, the phar extension also provides a file-format abstraction method for creating and manipulating tar and zip files through the PharData class, much as PDO provides a unified interface for accessing different databases. Unlike PDO, which cannot convert between different databases, Phar also can convert between tar, zip and phar file formats with a single line of code.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| PHP.net | https://www.php.net/manual/en/book.phar.php |
|
||||
Reference in New Issue
Block a user