(No version information available, might be only in CVS)
DomNode->add_namespace — Adds a namespace declaration to a node
This method adds a namespace declaration to a node.
Informacja: This method is not part of the DOM specification.
The namespace URI of the node.
The namespace prefix of the node.
Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.
You can set the namespace URI and prefix of a DOMElement or a DOMAttr at creation time by using DOMDocument::createElementNS or DOMDocument::createAttributeNS.
Informacja: Remember the an attribute does not inherit its namespace from the element it is attached to.