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() – récupère le nom du tag racine du document parsé

Synopsis

require_once 'Unserializer.php';

string XML_Unserializer::getRootName ( )

Description

Cette méthode retournera le nom du tag racine, après avoir délinéarisé un document. Ceci est extrêmement utile lorsque un tableau est retourné. Vous devez d'abord appeler XML_Unserializer::unserialize() .

Return value

string : nom du tag racine

Throws

retourne un objet PEAR_Error si aucun document n'a été parsé.

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.