update : 2015.11.03
php.shukuma.com

검색:
 
 
Constructs the object

Serializable::unserialize

(PHP 5 >= 5.1.0)

Serializable::unserializeConstructs the object

설명

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

Called during unserialization of the object.

Note:

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.

참고