downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Closure> <Serializable::serialize
[edit] Last updated: Fri, 17 May 2013

view this page in

Serializable::unserialize

(PHP 5 >= 5.1.0)

Serializable::unserializeConstruit un objet

Description

abstract public void Serializable::unserialize ( string $serialized )

Appelé lors de la délinéarisation de l'objet.

Note:

Cette méthode se comporte comme un constructeur d'objet. La méthode __construct() ne sera pas appelée après cette méthode.

Liste de paramètres

serialized

La représentation en chaîne de l'objet.

Valeurs de retour

La valeur de retour est ignorée.

Voir aussi



add a note add a note User Contributed Notes Serializable::unserialize - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites