Serializable::unserialize
(PHP 5 >= 5.1.0)
Serializable::unserialize — Constructs the object
Описание
abstract public mixed Serializable::unserialize
(
string $serialized
)
Замечание:
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.