| XML_Unserializer::getUnserializedData | XML_Unserializer::setOption |
| XML_Serializer | |
| PEAR Manual | |
require_once 'Unserializer.php';
|
string XML_Unserializer::getRootName (
)
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.
string name of the root tag
throws PEAR_Error object, if not document has been parsed.
This function can not be called statically.
| XML_Unserializer::getUnserializedData | XML_Unserializer::setOption |
| XML_Serializer | |
| PEAR Manual | |