Class IgBinary

Summary

Fully Qualified Name: Zend\Serializer\Adapter\IgBinary
Extends: AbstractAdapter

Description

Methods

Name Description Defined By
__construct() Constructor IgBinary
getOptions() Get adapter options AbstractAdapter
serialize() Serialize PHP value to igbinary IgBinary
setOptions() Set adapter options AbstractAdapter
unserialize() Deserialize igbinary string to PHP value IgBinary

Method Details

__construct()

Constructor

Parameter Name Type Description
$options

Returns:

getOptions()

Get adapter options

Returns: \AdapterOptions

serialize()

Serialize PHP value to igbinary

Parameter Name Type Description
$value mixed

Returns: string

setOptions()

Set adapter options

Parameter Name Type Description
$options array|\Traversable|\AdapterOptions

Returns: \AbstractAdapter

unserialize()

Deserialize igbinary string to PHP value

Parameter Name Type Description
$serialized string

Returns: mixed

Top