DOM
PHP Manual

DOMXPath クラス

導入

XPath 1.0 をサポートします。

クラス概要

DOMXPath {
/* プロパティ */
/* メソッド */
mixed DOMXPath::evaluate ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
DOMNodeList DOMXPath::query ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
bool DOMXPath::registerNamespace ( string $prefix , string $namespaceURI )
public void DOMXPath::registerPhpFunctions ([ mixed $restrict ] )
}

プロパティ

document

Prop description

目次


DOM
PHP Manual