Fully Qualified Name: | Zend\Serializer\Adapter\Wddx |
Extends: | AbstractAdapter |
Name | Description | Defined By |
---|---|---|
__construct() | Constructor | Wddx |
getOptions() | Get options | Wddx |
serialize() | Serialize PHP to WDDX | Wddx |
setOptions() | Set options | Wddx |
unserialize() | Unserialize from WDDX to PHP | Wddx |
Constructor
Parameter Name | Type | Description |
---|---|---|
$options | array|\Traversable|\WddxOptions |
Returns:
Get options
Returns: \WddxOptions
Serialize PHP to WDDX
Parameter Name | Type | Description |
---|---|---|
$value | mixed |
Returns: string
Set options
Parameter Name | Type | Description |
---|---|---|
$options | array|\Traversable|\WddxOptions |
Returns: \Wddx
Unserialize from WDDX to PHP
Parameter Name | Type | Description |
---|---|---|
$wddx | string |
Returns: mixed