Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17116 программистов и 1833 робота. Сейчас ищут 1664 программиста ...
XML_sql2xml::addXmlString
Вернуться к: XML_sql2xml
XML_sql2xml::addXmlString
XML_sql2xml::addXmlString – Adds XML string
Synopsis
require_once "XML/sql2xml.php";
void XML_sql2xml::addXmlString ( string $string , mixed $xpath = null )
Adds the content of a xml-string on the same level as a normal result set (mostly just below <root>)
Parameter
-
string $string - XML string
-
mixed $xpath - either a string with the XPath expression or an array with the keys "xpath"=>XPath expression and "root"=>tag/subtag/etc, which are the tags to be inserted before the result.
Note
This function can not be called statically.
Вернуться к: XML_sql2xml