   #PHP Manual DOM XML functions DomNode->dump_node DomNode->get_content

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                             DomNode->first_child

   (no version information, might be only in CVS)
   DomNode->first_child --  Returns first child of node

Description

   object DomNode->first_child ( void )

   Returns the first child of the node.

   (PHP >= 4.3 only) If no first child is found, NULL is returned.

   See also domnode_last_child(), domnode_next_sibling(),
   domnode_previous_sibling().
   ______________________________________________________________________

   Prev               Home                 Next
   DomNode->dump_node  Up  DomNode->get_content
