DOMXPath->query()(no version information, might be only in CVS) DOMXPath->query() -- Evaluates the given XPath expressionDescripciónclass DOMXPath {DOMNodeList query ( string expression [, DOMNode contextnode] ) } Executes the given XPath expression. Lista de parámetros
Valores retornadosReturns a DOMNodeList containing all nodes matching the given XPath expression. Any expression which do not return nodes will return an empty DOMNodeList. Ejemplos
|
||||||||||