Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1834 робота. Сейчас ищут 1635 программистов ...
XML_sql2xml::getXpathValue
Вернуться к: XML_sql2xml
XML_sql2xml::getXpathValue
XML_sql2xml::getXpathValue – return match of a XPath expression
Synopsis
require_once "XML/sql2xml.php";
mixed XML_sql2xml::getXpathValue ( string $expr )
Returns the content of the first match of the XPath expression.
Parameter
-
string $expr - XPath expression
Return value
mixed - content of the evaluated XPath expression
Note
This function can not be called statically.
Вернуться к: XML_sql2xml