32. Class

32.1. Zend\Serializer\Adapter\IgBinary

32.1.1. Methods

32.1.1.1. __construct

__construct()

Constructor

32.1.1.2. serialize

serialize()

Serialize PHP value to igbinary

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

32.1.1.3. unserialize

unserialize()

Deserialize igbinary string to PHP value

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

Project Versions

Table Of Contents

Previous topic

31. Class

Next topic

33. Class

This Page