Zend Framework
1.12
|
Public Member Functions | |
__construct ($opts=array()) | |
Constructor. | |
serialize ($value, array $opts=array()) | |
Serialize PHP value to igbinary. | |
unserialize ($serialized, array $opts=array()) | |
Deserialize igbinary string to PHP value. | |
![]() | |
__construct ($opts=array()) | |
Constructor. | |
setOptions ($opts) | |
Set serializer options. | |
setOption ($name, $value) | |
Set a serializer option. | |
getOptions () | |
Get serializer options. | |
getOption ($name) | |
Get a serializer option. | |
Additional Inherited Members | |
![]() | |
$_options = array() | |
__construct | ( | $opts = array() | ) |
Constructor.
array | Zend_Config | $opts |
Zend_Serializer_Exception | If igbinary extension is not present |
Implements Zend_Serializer_Adapter_AdapterInterface.
serialize | ( | $value, | |
array | $opts = array() |
||
) |
Serialize PHP value to igbinary.
mixed | $value | |
array | $opts |
Zend_Serializer_Exception | on igbinary error |
Implements Zend_Serializer_Adapter_AdapterInterface.
unserialize | ( | $serialized, | |
array | $opts = array() |
||
) |
Deserialize igbinary string to PHP value.
string | binary | $serialized | |
array | $opts |
Zend_Serializer_Exception | on igbinary error |
Implements Zend_Serializer_Adapter_AdapterInterface.