DOM
PHP Manual

The DOMXPath class

Wstęp

Supports XPath 1.0

Krótki opis klasy

DOMXPath {
/* Właściwości */
/* Metody */
mixed DOMXPath::evaluate ( string $expression [, DOMNode $contextnode [, boolean $registerNodeNS = true ]] )
DOMNodeList DOMXPath::query ( string $expression [, DOMNode $contextnode [, boolean $registerNodeNS = true ]] )
bool DOMXPath::registerNamespace ( string $prefix , string $namespaceURI )
public void DOMXPath::registerPhpFunctions ([ mixed $restrict ] )
}

Właściwości

document

Prop description

Spis treści


DOM
PHP Manual