XML_Unserializer::unserialize()

XML_Unserializer::unserialize() -- unserialize data

Synopsis

require_once 'Unserializer.php';

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

Beschreibung

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().

Parameter

Rückgabewert

Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.