(PHP 5, PHP 7, PHP 8)
Allows to use XPath 1.0 queries on HTML or XML documents.
public evaluate(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = true): mixed
public query(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = true): mixed
public static quote(string $str): string
public registerNamespace(string $prefix, string $namespace): bool
public registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable): void
public registerPhpFunctions(string|array|null $restrict = null): void}
true, namespaces in the node are registered. | Version | Description |
|---|---|
| 8.4.0 | It is no longer possible to clone a DOMXPath object. Doing so will result in an exception being thrown. Prior to PHP 8.4.0 this resulted in an unusable object. |
| 8.0.0 | The registerNodeNamespaces property has been added. |
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.domxpath.php