isSameNode()"HREF="function.dom-domnode-issamenode.html"> Podręcznik PHP Poprzedni Następny (no vers..."/>
Forum und email
DOMNode->isDefaultNamespace()

DOMNode->isDefaultNamespace()

(no version information, might be only in CVS)

DOMNode->isDefaultNamespace() -- Checks if the specified namespaceURI is the default namespace or not

Opis

class DOMNode {

bool isDefaultNamespace ( string namespaceURI )

}

Tells whether namespaceURI is the default namespace.

Parametry

namespaceURI

The namespace URI to look for.

Zwracane wartości

Return TRUE if namespaceURI is the default namespace, FALSE otherwise.