previousXML_Unserializer::unserialize (Previous) (Next) XML_Unserializer::getRootNamenext

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::getUnserializedData

XML_Unserializer::getUnserializedData() – récupère le résultat d'un délinéarisation

Synopsis

require_once 'Unserializer.php';

string XML_Unserializer::getUnserializedData ( )

Description

Cette méthode retourne le résultat de la dernière délinéarisation. Vous devez d'abord appeler XML_Unserializer::unserialize() .

Return value

mixed : résultat de la délinéarisation. Peut être soit un tableau, soit un objet.

Throws

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

Note

This function can not be called statically.

previousXML_Unserializer::unserialize (Previous) (Next) XML_Unserializer::getRootNamenext

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.