downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DOMXPath::evaluate> <DOMXPath
Last updated: Fri, 13 Nov 2009

view this page in

DOMXPath::__construct

(PHP 5)

DOMXPath::__construct 新しい DOMXPath オブジェクトを作成する

説明

__construct ( DOMDocument $doc )

新しい DOMXPath オブジェクトを作成します。

パラメータ

doc

DOMXPath に関連付けられた DOMDocument



add a note add a note User Contributed Notes
DOMXPath::__construct
thsoft at vipmail dot hu
04-Jul-2007 08:57
As of PHP 5.2.0, DOMXPath object implements XPath 1.0.
Saulo Vallory
27-Jun-2007 07:23
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.

DOMXPath::evaluate> <DOMXPath
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites