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: Tue, 21 May 2013

view this page in

Serializable::unserialize

(PHP 5 >= 5.1.0)

Serializable::unserializeConstructs the object

Descrizione

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

Called during unserialization of the object.

Nota:

This method acts as the constructor of the object. The __construct() method will not be called after this method.

Elenco dei parametri

serialized

The string representation of the object.

Valori restituiti

The return value from this method is ignored.

Vedere anche:



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