DomNode->add_namespace
(No version information available, might be only in CVS)
DomNode->add_namespace — Adds a namespace declaration to a node
Description
bool add_namespace ( string $uri , string $prefix )
This method adds a namespace declaration to a node.
Note: This method is not part of the DOM specification.
Parameters
- uri
-
The namespace URI of the node.
- prefix
-
The namespace prefix of the node.
Return Values
Returns TRUE on success or FALSE on failure.