DOMXPath::__construct

(PHP 5)

DOMXPath::__construct Создает новый объект класса DOMXPath

Описание

public DOMXPath::__construct ( DOMDocument $doc )

Создает новый объект класса DOMXPath.

Список параметров

doc

Объект класса DOMDocument связанный с DOMXPath.

Коментарии

Автор:
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.
2007-06-26 18:23:04
http://php5.kiev.ua/manual/ru/domxpath.construct.html
As of PHP 5.2.0, DOMXPath object implements XPath 1.0.
2007-07-04 07:57:54
http://php5.kiev.ua/manual/ru/domxpath.construct.html

    Поддержать сайт на родительском проекте КГБ