PHP 8.5.0 Beta 3 available for testing

The Dom\XPath class

(PHP 8 >= 8.4.0)

็ฎ€ไป‹

Allows to use XPath 1.0 queries on HTML or XML documents.

This is the modern, spec-compliant equivalent of DOMXPath.

็ฑปๆ‘˜่ฆ

final class Dom\XPath {
/* ๅฑžๆ€ง */
public readonly Dom\Document $document;
/* ๆ–นๆณ• */
/* Not documented yet */
}

ๅฑžๆ€ง

document
The document that is linked to this object.
registerNodeNamespaces
When set to true, namespaces in the node are registered.
๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top