70. Class

70.1. Zend\Serializer\Adapter\Wddx

@link http://www.infoloom.com/gcaconfs/WEB/chicago98/simeonov.HTM

70.1.1. Methods

70.1.1.1. __construct

__construct()

Constructor

Parameters:array|Traversable|WddxOptions
Throws ExceptionExtensionNotLoadedException:
 if wddx extension not found

70.1.1.2. setOptions

setOptions()

Set options

Parameters:array|Traversable|WddxOptions
Return type:Wddx

70.1.1.3. getOptions

getOptions()

Get options

Return type:WddxOptions

70.1.1.4. serialize

serialize()

Serialize PHP to WDDX

Parameters:mixed
Return type:string
Throws :ExceptionRuntimeException on wddx error

70.1.1.5. unserialize

unserialize()

Unserialize from WDDX to PHP

Parameters:string
Return type:mixed
Throws :ExceptionRuntimeException on wddx error
Throws :ExceptionInvalidArgumentException if invalid xml

Project Versions

Table Of Contents

Previous topic

69. Class

Next topic

71. Class

This Page