Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17204 программиста и 1834 робота. Сейчас ищут 1638 программистов ...
XML_sql2xml::getXpathChildValues
Вернуться к: XML_sql2xml
XML_sql2xml::getXpathChildValues
XML_sql2xml::getXpathChildValues – return child tags from match of a XPath expression
Synopsis
require_once "XML/sql2xml.php";
array XML_sql2xml::getXpathChildValues ( string $expr )
Returns the values from the child tags from the first match of the XPath.
Parameter
-
string $expr - XPath expression
Return value
array - the content of the child tags. The child tag name is assigned as key, the content as value.
Note
This function can not be called statically.
Вернуться к: XML_sql2xml