Serializable::unserialize
(PHP 5 >= 5.1.0)
Serializable::unserialize — Constructs the object
Descrição
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.
Parâmetros
- serialized
-
The string representation of the object.
Valor Retornado
Returns the original value unserialized.
Serializable::unserialize
There are no user contributed notes for this page.
