45. Class

45.1. Zend\Serializer\Adapter\MsgPack

45.1.1. Methods

45.1.1.1. __construct

__construct()

Constructor

45.1.1.2. serialize

serialize()

Serialize PHP value to msgpack

Parameters:mixed
Return type:string
Throws :ExceptionRuntimeException on msgpack error

45.1.1.3. unserialize

unserialize()

Deserialize msgpack string to PHP value

Parameters:string
Return type:mixed
Throws :ExceptionRuntimeException on msgpack error

Project Versions

Table Of Contents

Previous topic

44. Class

Next topic

46. Class

This Page