previousXML_Unserializer::getUnserializedData (Previous) (Next) XML_Unserializer::setOptionnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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 ( )

Description

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.

Return value

string name of the root tag

Throws

throws PEAR_Error object, if not document has been parsed.

Note

This function can not be called statically.

previousXML_Unserializer::getUnserializedData (Previous) (Next) XML_Unserializer::setOptionnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.