Serializable::unserialize

(PHP 5 >= 5.1.0, PHP 7)
Constructs 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.

Parameters:
serialized

The string representation of the object.

Returns:

The return value from this method is ignored.

See also:

__wakeup() -

doc_php
2016-02-24 15:53:34
Comments
Leave a Comment

Please login to continue.