XML_Unserializer::getRootName()

XML_Unserializer::getRootName() -- get the name of the root tag of the parsed document.

Synopsis

require_once 'Unserializer.php';

string XML_Unserializer::getRootName ()

Beschreibung

This method will return the name of the root tag, after a document has been unserialized. This can be extremely useful when returning an array. You have to call XML_Unserializer::unserialize() first.

Rückgabewert

string name of the root tag

Fehler-Meldungen

throws PEAR_Error object, if not document has been parsed.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.