previousXML_sql2xml::setOptions (Previous) (Next) XML_sql2xml::getXpathValuenext

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

XML_sql2xml::setEncoding – définie le jeu de caractères d'encodage

Synopsis

require_once "XML/sql2xml.php";

void XML_sql2xml::setEncoding ( string $encoding_from="ISO-8859-1" , string $encoding_to="UTF-8" )

Description

Définie le jeu de caractères d'encodage pour la transformation db2xml. La valeur $encoding_from dépend de votre système de base de données ; vérifiez le manuel DBMS pour connaître le jeu d'encodage utilisé par votre système pour les jeux de résultats.

Le paramètre $encoding_to définie le jeu d'encodage pour le document XML créé.

Parameter

  • string $encoding_from - encodage d'entrée

  • string $encoding_to - encodage de sortie

Note

This function can not be called statically.

previousXML_sql2xml::setOptions (Previous) (Next) XML_sql2xml::getXpathValuenext

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.