[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/ -> Serialize.php (sommaire)

(pas de description)

Poids: 319 lignes (9 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Horde_Serialize:: (5 méthodes):
  serialize()
  _serialize()
  unserialize()
  _unserialize()
  hasCapability()


Classe: Horde_Serialize  - X-Ref

The Serialize:: class provides various methods of encapsulating data.

$Horde: framework/Serialize/Serialize.php,v 1.25.10.9 2006/01/01 21:28:34 jan Exp $

Copyright 2001-2006 Stephane Huther <shuther@bigfoot.com>

See the enclosed file COPYING for license information (LGPL).  If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

serialize($data, $mode = array(SERIALIZE_BASIC)   X-Ref
Serialize a value.

See the list of constants at the top of the file for the serializing
techniques that can be used.

param: mixed $data    The data to be serialized.
param: mixed $mode    The mode of serialization. Can be either a single
param: mixed $params  Any additional parameters the serialization method
return: string  The serialized data.

_serialize(&$data, $mode, $params = null)   X-Ref
Serialize data.

param: mixed &$data            The data to be serialized.
param: mixed $mode             The mode of serialization. Can be
param: mixed $params  Any additional parameters the serialization method

unserialize($data, $mode = SERIALIZE_BASIC, $params = null)   X-Ref
Unserialize a value.

See the list of constants at the top of the file for the serializing
techniques that can be used.

param: mixed $data             The data to be unserialized.
param: mixed $mode    The mode of unserialization.  Can be either a
param: mixed $params  Any additional parameters the unserialization
return: string  The unserialized data.

_unserialize(&$data, $mode, $params = null)   X-Ref
Unserialize data.

param: mixed &$data   The data to be unserialized.
param: mixed $mode    The mode of unserialization. Can be either a
param: mixed $params  Any additional parameters the unserialization

hasCapability($mode)   X-Ref
Check whether or not a serialization method is supported.

param: integer $mode  The serialization method.
return: boolean  True if supported, false if not.



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7