php-manual.net

 
Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum



Returns children of node

DomNode->child_nodes

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

DomNode->child_nodes — Returns children of node

Beschreibung

array DomNode->child_nodes ( void )

Returns all children of the node.

See also domnode_next_sibling(), and domnode_previous_sibling().