AddNamespace Method
Adds a namespace to the Namespaces properties.
Object Oriented Interface
public function doAddNamespace($prefix, $namespaceuri);
Procedural Interface
ipworks_atom_do_addnamespace($res, $prefix, $namespaceuri);
Remarks
This method is used to add a namespace to the Namespaces properties. Prefix specifies the namespace prefix, and NamespaceURI specifies the namespace.