PHP Dokumentation: Function domnode-has-child-nodes
12. Januar 2010 von werner
DomNode->has_child_nodes
(PHP 4 >= 4.1.0)
DomNode->has_child_nodes — Checks if node has children
Beschreibung
bool DomNode->has_child_nodes ( void )
This function checks if the node has children.
See also domnode_child_nodes().