©
本文档使用
php.cn手册 发布
(PHP 5, PHP 7)
DOMXPath::__construct — Creates a new DOMXPath object
$doc
)Creates a new DOMXPath object.
doc
The DOMDocument associated with the DOMXPath.
[#1] thsoft at vipmail dot hu [2007-07-04 04:57:54]
As of PHP 5.2.0, DOMXPath object implements XPath 1.0.
[#2] Saulo Vallory [2007-06-26 15:23:04]
The DOMXPath object doesn't create a reference to the document. If you load a new xml using either load, loadXML or loadHTML functions the DOMXPath object will still query and evaluate over the source in the DOMDocument when it was created.