API Documentation

Serializer/Adapter/PhpSerialize.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: PhpSerialize.php 20575 2010-01-24 17:48:27Z mabe $
Classes
Zend_Serializer_Adapter_PhpSerialize

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_PhpSerialize

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
package
Zend_Serializer
subpackage
Adapter
Properties
$_serializedFalse
Methods
__construct
serialize
unserialize

Description

Properties

$_serializedFalse

null|string $_serializedFalse = 'null'

Details

$_serializedFalse
null|string
Serialized boolean false value
visibility
private
default
null
final
false
static
true

Methods

__construct

__construct( array|Zend_Config $opts = array ) : void

Constructor

Arguments
$opts
arrayZend_Config
Details
visibility
public
final
false
static
false

serialize

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

Serialize using serialize()

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

unserialize

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

Unserialize

Arguments
$serialized
string
$opts
array
Output
mixed
Details
visibility
public
final
false
static
false
throws
on unserialize error
todo
Allow integration with unserialize_callback_func
Documentation was generated by DocBlox.