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

search for in the

DomNode->get_content> <DomNode->dump_node
Last updated: Fri, 03 Oct 2008

view this page in

DomNode->first_child

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

DomNode->first_child Retourne le premier fils du noeud

Description

domelement DomNode->first_child ( void )

DomNode->first_child() retourne le premier fils du noeud.

(PHP >= 4.3 uniquement) Si aucun noeud fils n'est trouvé, NULL est retourné.

Voir aussi domnode_last_child(), domnode_next_sibling() et domnode_previous_sibling().



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

DomNode->get_content> <DomNode->dump_node
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites