Serializable::unserialize

(PHP 5 >= 5.1.0)

Serializable::unserializeConstructs the object

Опис

abstract public void 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.

Значення, що повертаються

The return value from this method is ignored.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top