Zend Framework
1.12
|
Public Member Functions | |
__construct ($opts=array()) | |
Constructor. | |
serialize ($value, array $opts=array()) | |
Serialize using serialize() | |
unserialize ($serialized, array $opts=array()) | |
Unserialize. | |
![]() | |
__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 |
Implements Zend_Serializer_Adapter_AdapterInterface.
serialize | ( | $value, | |
array | $opts = array() |
||
) |
Serialize using serialize()
mixed | $value | |
array | $opts |
Zend_Serializer_Exception | On serialize error |
Implements Zend_Serializer_Adapter_AdapterInterface.
unserialize | ( | $serialized, | |
array | $opts = array() |
||
) |
Unserialize.
string | $serialized | |
array | $opts |
Zend_Serializer_Exception | on unserialize error |
Implements Zend_Serializer_Adapter_AdapterInterface.