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

search for in the

DOMXPath::evaluate> <DOMXPath
[edit] Last updated: Fri, 07 Jun 2013

view this page in

DOMXPath::__construct

(PHP 5)

DOMXPath::__construct Crea un nuevo objeto DOMXPath

Descripción

public DOMXPath::__construct ( DOMDocument $doc )

Crea un nuevo objeto DOMXPath.

Parámetros

doc

El objeto DOMDocument asociado con el objeto DOMXPath.



add a note add a note User Contributed Notes DOMXPath::__construct - [2 notes]
up
1
Saulo Vallory
5 years ago
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.
up
0
thsoft at vipmail dot hu
5 years ago
As of PHP 5.2.0, DOMXPath object implements XPath 1.0.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites