[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 319 lignes (9 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Horde_Serialize:: (5 méthodes):
serialize()
_serialize()
unserialize()
_unserialize()
hasCapability()
Classe: Horde_Serialize - X-Ref
The Serialize:: class provides various methods of encapsulating data.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 |