The DOMXPath class

(PHP 5, PHP 7, PHP 8)

简介

Supports XPath 1.0

类摘要

class DOMXPath {
/* 属性 */
/* 方法 */
public __construct(DOMDocument $document, bool $registerNodeNS = true)
public evaluate(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = true): mixed
public query(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = true): mixed
public registerNamespace(string $prefix, string $namespace): bool
public registerPhpFunctions(string|array|null $restrict = null): void
}

属性

document

目录

7i24.Com