1.2.1543. 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.1543.1. Specs

Short name

Extensions/Extmsgpack

Rulesets

All, Appinfo, CE

Exakat since

1.3.5

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

format

Available in

Entreprise Edition, Community Edition, Exakat Cloud