XML_Unserializer::apiVersion (Previous) (Next) XML_Unserializer::getUnserializedData

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

XML_Unserializer::unserialize()

XML_Unserializer::unserialize() -- unserialize data

Leírás

Unserialize an XML document from a string or a file.

The way the document is unserialized is influenced by the options you set in the constructor or with setOptions().

Paraméterek

  • string $data - either the file name of an XML document or a string containing the XML document.

  • boolean $isFile - indicates whether the first parameter should is a filename (TRUE) or an XML string (FALSE).

  • array $options - Options to override the options that have been set previously. The options will only be used for this unserialization and then reset the the options you set before.

Visszatérési érték

Visszatérési értéke TRUE sikeres futás esetén, PEAR_Error amennyiben hiba lépett fel.

Megjegyzés

Ez a függvény nem hívható statikusan.

XML_Unserializer::apiVersion (Previous) (Next) XML_Unserializer::getUnserializedData

Download Documentation Last updated: Sun, 01 Jul 2007
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.