XML_Unserializer::setOption()

XML_Unserializer::setOption() -- set an option

Synopsis

require_once 'Unserializer.php';

void XML_Unserializer::setOption (string $name, mixed $value)

Beschreibung

Options influence the behaviour of XML_Unserializer and are the most important part of XML_Unserializer.

You can use this method if you do not want to set all options in the constructor.

Parameter

Siehe auch

see XML_Unserializer::resetOptions()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.