previousXML_Unserializer::setOption (Previous) (Next) XML_Unserializer::resetOptionsnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

XML_Unserializer::setoptions

XML_Unserializer::setoptions() – set several options

Synopsis

require_once 'Unserializer.php';

void XML_Unserializer::setOptions ( array $options )

Description

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

  • array $options - assoc array containing all options

Note

This function can not be called statically.

previousXML_Unserializer::setOption (Previous) (Next) XML_Unserializer::resetOptionsnext

Download Documentation Last updated: Sun, 18 Oct 2009
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.