API Documentation

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

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_Igbinary

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
$_serializedNull
Methods
__construct
serialize
unserialize

Description

Properties

$_serializedNull

string $_serializedNull = 'null'

Details

$_serializedNull
string
Serialized null 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
throws
If igbinary extension is not present

serialize

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

Serialize PHP value to igbinary

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

unserialize

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

Deserialize igbinary string to PHP value

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