XML_Unserializer::unserialize()

XML_Unserializer::unserialize() -- unserialize data

Áttekintés

require_once 'Unserializer.php';

boolean XML_Unserializer::unserialize (string $data [, boolean $isFile = FALSE [, array $options = NULL]])

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

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.