Serializable
PHP Manual

Serializable::unserialize

(PHP 5 >= 5.1.0)

Serializable::unserializeConstructs the object

Opis

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

Called during unserialization of the object.

Informacja:

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

Parametry

serialized

The string representation of the object.

Zwracane wartości

The return value from this method is ignored.

Zobacz też:


Serializable
PHP Manual