mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-14 04:51:15 +00:00
Add basic Extension docs
This commit is contained in:
7
php_modules/igbinary/README.md
Normal file
7
php_modules/igbinary/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# igbinary
|
||||
|
||||
Igbinary is a drop in replacement for the standard PHP serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores PHP data structures in a compact binary form. Memory savings are significant when using memcached, APCu, or similar memory based storages for serialized data. The typical reduction in storage requirements are around 50%. The exact percentage depends on the data.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| PHP.net | https://www.php.net/manual/en/book.igbinary.php |
|
||||
Reference in New Issue
Block a user