Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17143 программиста и 1834 робота. Сейчас ищут 1658 программистов ...
XML_sql2xml::setEncoding
Вернуться к: XML_sql2xml
XML_sql2xml::setEncoding
XML_sql2xml::setEncoding – set encoding charset
Synopsis
require_once "XML/sql2xml.php";
void XML_sql2xml::setEncoding ( string $encoding_from="ISO-8859-1" , string $encoding_to="UTF-8" )
Sets the encoding for the db2xml transformation. The $encoding_from value depends on your database system; check the DBMS manual which encoding your system use to deliever result sets.
The $encoding_to sets the charset for the created XML document.
Parameter
-
string $encoding_from - encoding to transform from
-
string $encoding_to - encoding to transform to
Note
This function can not be called statically.
Вернуться к: XML_sql2xml