| I. | Na początek | |
| II. | Instalacja i konfiguracja | |
| III. | Opis języka | |
| IV. | Bezpieczeństwo | |
| V. | Możliwości | |
| VI. | Opis funkcji | |
| VII. | Zend API | |
| VIII. | PHP API: Interfejs rozszerzeń | |
| X. | Dodatki | |
Copyright © 1997-2006 the PHP Documentation Group
Executes the given XPath expression.
The XPath expression to execute.
The optional contextnode can be specified for doing relative XPath queries. By default, the queries are relative to the root element.
Returns a DOMNodeList containing all nodes matching the given XPath expression. Any expression which do not return nodes will return an empty DOMNodeList.
| Poprzedni | Spis treści | Następny |
| DOMXPath->evaluate() | Początek rozdziału | DOMXPath->registerNamespace() |