XML_Unserializer::unserialize()

XML_Unserializer::unserialize() -- unserialize data

Referentiesamenvatting

require_once 'Unserializer.php';

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

Beschrijving

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

Return waarde

Geeft TRUE terug bij success, PEAR_Error als het faalt.

Note

Deze functie kan niet statisch worden aangeroepen.