MediaWiki REL1_32
|
Static Public Member Functions | |
static | pack ( $value) |
Encode a value using MessagePack. | |
Static Public Attributes | |
static bool null | $bigendian = null |
Whether current system is bigendian. | |
Definition at line 35 of file MWMessagePack.php.
|
static |
Encode a value using MessagePack.
This method supports null, boolean, integer, float, string and array (both indexed and associative) types. Object serialization is not supported.
mixed | $value |
InvalidArgumentException | if $value is an unsupported type or too long a string |
Definition at line 50 of file MWMessagePack.php.
References $buffer, $value, as, and pack().
Referenced by pack(), and MWMessagePackTest\testPack().
|
static |
Whether current system is bigendian.
Definition at line 37 of file MWMessagePack.php.