update : 2015.11.03
php.shukuma.com

검색:
 
 
The DOMXPath class

The DOMXPath class

(PHP 5, PHP 7)

소개

Supports XPath 1.0

클래스 개요

DOMXPath {
/* 프로퍼티 */
/* 메소드 */
public __construct ( DOMDocument $doc )
public mixed evaluate ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
public DOMNodeList query ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
public bool registerNamespace ( string $prefix , string $namespaceURI )
public void registerPhpFunctions ([ mixed $restrict ] )
}

프로퍼티

document

Table of Contents