1.2.1531. ext/igbinary¶
Extension igbinary.
igbinary is a drop in replacement for the standard php serializer. Instead of time and space consuming textual representation, igbinary stores php data structures in compact binary form.
<?php
$serialized = igbinary_serialize($variable);
$unserialized = igbinary_unserialize($serialized);
?>
See also igbinary.
1.2.1531.1. Specs¶
Short name |
Extensions/Extigbinary |
Rulesets |
|
Exakat since |
1.0.6 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |