Serializable.Unserialize


public function Unserialize

Prototype:

public function Unserialize(filename="-", is_buffer=false)

Parameters

filename
the name of the XML file to load from
is_buffer
a flag. If set to true, the filename parameter shoudl contain a data buffer instead of the file. This parameter is optional, and is false by default.

Description:

This function unserializes an Serializable derived object. When unserializing an object, all the data contained into the XML will be loaded by the object. To serialize an object you can use Serialize.

Return value:

This function returns null.