xpath_eval
(PHP 4 >= 4.0.4)
xpath_eval —
Evaluates the XPath Location Path in the given string
Description
XPathContext
XPathObject xpath_eval
(
string $xpath_expression
[,
domnode $contextnode
] )
XPathObject xpath_eval
(
XPathContext $xpath_context
,
string $xpath_expression
[,
domnode $contextnode
] )
See also xpath_new_context().