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, 25 May 2012

view this page in

DomNode::set_namespace

(PHP 4 >= 4.3.0)

DomNode::set_namespace ノードの名前空間を設定する

説明

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

ノードの名前空間を uri に設定します。 もしこのノードの親ノードの一つに同じ URI で名前空間が宣言されている場合、 名前空間の接頭辞が使用されます。そうでない場合、オプションパラメータ prefix で指定された接頭辞、 もしくはランダムに設定された接頭辞が使用されます。

domdocument_create_element_ns(), 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 | stats | sitemap | contact | advertising | mirror sites