previousXML_Unserializer::getRootName (Previous) (Next) XML_Unserializer::setoptionsnext

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::setOption

XML_Unserializer::setOption() – défini une option

Synopsis

require_once 'Unserializer.php';

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

Description

Les options influencent le comportement de XML_Unserializer et sont la partie la plus importante de XML_Unserializer.

Vous pouvez utiliser cette méthode si vous ne voulez pas définir toutes les options dans le constructeur.

Parameter

  • string $option - nom de l'option

  • mixed $value - valeur de l'option

Note

This function can not be called statically.

previousXML_Unserializer::getRootName (Previous) (Next) XML_Unserializer::setoptionsnext

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.