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