XML_Unserializer::getUnserializedData()

XML_Unserializer::getUnserializedData() -- get the result of the unserialization

Synopsis

require_once 'Unserializer.php';

string XML_Unserializer::getUnserializedData ()

Beschreibung

This method returns the result of the last unserialization. You have to call XML_Unserializer::unserialize() first.

Rückgabewert

mixed result of the unserialization. May either be an array or an object.

Fehler-Meldungen

throws PEAR_Error object, if not document has been parsed.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.