Forum und email

DOMXPath->registerNamespace()

(No version information available, might be only in CVS)

DOMXPath->registerNamespace() — Registers the namespace with the DOMXPath object

설명

DOMXPath
bool registerNamespace ( string $prefix , string $namespaceURI )

Registers the namespaceURI and prefix with the DOMXPath object.

매개변수

prefix

The prefix.

namespaceURI

The URI of the namespace.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.