tidyNode::hasChildrenChecks if a node has children Description
bool tidyNode::hasChildren
( void
)
Tells if the node has children. Return Values
Returns Examples
Example #1 tidyNode::hasChildren example
<?php The above example will output: bool(true) bool(false) |