Zend Framework
1.12
|
Public Member Functions | |
__construct ($opts=array()) | |
Constructor. | |
serialize ($value, array $opts=array()) | |
Serialize PHP to WDDX. | |
unserialize ($wddx, array $opts=array()) | |
Unserialize from WDDX to PHP. | |
![]() | |
__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. | |
Protected Attributes | |
$_options | |
![]() | |
$_options = array() | |
__construct | ( | $opts = array() | ) |
Constructor.
array | $opts |
Zend_Serializer_Exception | if wddx extension not found |
Implements Zend_Serializer_Adapter_AdapterInterface.
serialize | ( | $value, | |
array | $opts = array() |
||
) |
Serialize PHP to WDDX.
mixed | $value | |
array | $opts |
Zend_Serializer_Exception | on wddx error |
Implements Zend_Serializer_Adapter_AdapterInterface.
unserialize | ( | $wddx, | |
array | $opts = array() |
||
) |
Unserialize from WDDX to PHP.
string | $wddx | |
array | $opts |
Zend_Serializer_Exception | on wddx error |
Implements Zend_Serializer_Adapter_AdapterInterface.
|
protected |