Serializable
PHP Manual

Serializable::unserialize

(No version information available, might be only in CVS)

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.

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


Serializable
PHP Manual