API Documentation

Serializer/Adapter/Wddx.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Serializer
subpackage
Adapter
version
$Id: Wddx.php 20575 2010-01-24 17:48:27Z mabe $
Classes
Zend_Serializer_Adapter_Wddx

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Serializer_Adapter_Wddx

Extends from
Zend_Serializer_Adapter_AdapterAbstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
link
http://www.infoloom.com/gcaconfs/WEB/chicago98/simeonov.HTM
link
http://en.wikipedia.org/wiki/WDDX
package
Zend_Serializer
subpackage
Adapter
Properties
$_options
Methods
__construct
serialize
unserialize

Description

Properties

$_options

array $_options = 'array'

Details

$_options
array
Default options
visibility
protected
default
array
final
false
static
false

Methods

__construct

__construct( array $opts = array ) : void

Constructor

Arguments
$opts
array
Details
visibility
public
final
false
static
false
throws
if wddx extension not found

serialize

serialize( mixed $value, array $opts = array ) : string

Serialize PHP to WDDX

Arguments
$value
mixed
$opts
array
Output
string
Details
visibility
public
final
false
static
false
throws
on wddx error

unserialize

unserialize( string $wddx, array $opts = array ) : mixed

Unserialize from WDDX to PHP

Arguments
$wddx
string
$opts
array
Output
mixed
Details
visibility
public
final
false
static
false
throws
on wddx error
Documentation was generated by DocBlox.