Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1834 робота. Сейчас ищут 1635 программистов ...
XML_sql2xml::getXML
Вернуться к: XML_sql2xml
XML_sql2xml::getXML
XML_sql2xml::getXML – Returns a XML representation of the result set.
Synopsis
require_once "XML/sql2xml.php";
string XML_sql2xml::getXML ( mixed $result = null )
Returns an XML string with a XML representation of the result set. The result set can be directly provided here, or if you need more than one in your XML, then you have to provide each of them with add() before you call getXML(), but the last one can also be provided here.
Return value
string - the XML string
Note
This function can not be called statically.
Вернуться к: XML_sql2xml