   #PHP Manual DOM XML functions DomNode->attributes DomNode->clone_node

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                             DomNode->child_nodes

   (no version information, might be only in CVS)
   DomNode->child_nodes --  Returns children of node

Description

   array DomNode->child_nodes ( void )

   Returns all children of the node.

   See also domnode_next_sibling(), domnode_previous_sibling().
   ______________________________________________________________________

   Prev                Home                Next
   DomNode->attributes  Up  DomNode->clone_node
