downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DomNode::unlink_node> <DomNode::set_name
[edit] Last updated: Fri, 18 May 2012

view this page in

DomNode::set_namespace

(PHP 4 >= 4.3.0)

DomNode::set_namespace Sets namespace of a node

Beschreibung

void DomNode::set_namespace ( string $uri [, string $prefix ] )

Sets the namespace of a node to uri. If there is already a namespace declaration with the same uri in one of the parent nodes of the node, the prefix of this is taken, otherwise it will take the one provided in the optional parameter prefix or generate a random one.

See also domdocument_create_element_ns(), and domnode_add_namespace()



add a note add a note User Contributed Notes DomNode::set_namespace
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites