Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
Serializable
PHP Manual

Serializable::unserialize

(No version information available, might be only in CVS)

Serializable::unserializeConstructs the object

Description

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

Return Values

Returns the original value unserialized.

See Also


Serializable
PHP Manual