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

search for in the

DomNode->unlink_node> <DomNode->set_name
Last updated: Fri, 14 Nov 2008

view this page in

DomNode->set_namespace

(No version information available, might be only in CVS)

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.

DomNode->unlink_node> <DomNode->set_name
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites