|
SimpleXMLElement::xpathRuns XPath query on XML data Description
public arraynullfalse SimpleXMLElement::xpath(string
$expression)
The Parameters
Return Values
Returns an array of SimpleXMLElement objects on success; or Examples
Example #1 Xpath The above example will output: /a/b/c: text /a/b/c: stuff b/c: text b/c: stuff Notice that the two results are equal. See Also
|