1.2.1554. ext/msgpack¶
Extension msgPack.
This extension provide API for handling MessagePack serialization, both encoding and decoding.
<?php
$serialized = msgpack_serialize(array('a' => true, 'b' => 4));
$unserialized = msgpack_unserialize($serialized);
?>
See also msgpack for PHP and MessagePack.
1.2.1554.1. Connex PHP features¶
1.2.1554.1.1. Specs¶
Short name |
Extensions/Extmsgpack |
Rulesets |
|
Exakat since |
1.3.5 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |