DOM
PHP Manual

The DOMXPath class

简介

Supports 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

Table of Contents


DOM
PHP Manual