previousXML_sql2xml::getXMLObject (Previous) (Next) XML_sql2xml::setEncodingnext

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

XML_sql2xml::setOptions

XML_sql2xml::setOptions – définie les options pour l'instance

Synopsis

require_once "XML/sql2xml.php";

void XML_sql2xml::setOptions ( array $options , constant $delete = = false )

Description

Cette méthode définie les options pour l'instance de la classe.

Parameter

  • array $options - tableau d'options. Les clés du tableau définissent les options à définir. Les options disponibles sont :

    • boolean $options['nested'] - si TRUE, le résultat d'une requête jointe sera traité normalement. Par défaut, FALSE.

    • boolean $options['tagNameRow'] - nom pour le tag 'ligne'. Par défaut, row.

    • boolean $options['tagNameResult'] - nom pour le tag 'résultat'. Par défaut, result.

  • constant $delete - les anciennes options doivent être effacées

Note

This function can not be called statically.

previousXML_sql2xml::getXMLObject (Previous) (Next) XML_sql2xml::setEncodingnext

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.