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

search for in the

DomNode::get_content> <DomNode::dump_node
[edit] Last updated: Fri, 10 Feb 2012

view this page in

DomNode::first_child

(PHP 4 >= 4.1.0)

DomNode::first_child 最初の子ノードを返す

説明

domelement DomNode::first_child ( void )

最初の子ノードを返します。

(PHP >= 4.3 のみ) 最初の子ノードが存在しない場合、NULL が返されます。

domnode_last_child(), domnode_next_sibling(), domnode_previous_sibling() も参照ください。



add a note add a note User Contributed Notes DomNode::first_child
20-May-2007 06:52
in PHP5's DOM (Not DOM-XML) class use firstChild variable instead of first_child() function.

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