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

search for in the

Context options and parameters> <Serializable::serialize
Last updated: Sun, 21 Jun 2009

view this page in

Serializable::unserialize

(PHP 5 >= 5.1.0)

Serializable::unserializeConstructs the object

Описание

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

Called during unserialization of the object.

Замечание: This method acts as the constructor of the object. The __construct() method will not be called after this method.

Список параметров

serialized

The string representation of the object.

Возвращаемые значения

Returns the original value unserialized.

Смотрите также



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

Context options and parameters> <Serializable::serialize
Last updated: Sun, 21 Jun 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites