tidyNode::hasSiblings

tidyNode::hasSiblings

(PHP 5 >= 5.0.1, PHP 7)

tidyNode::hasSiblingsChecks if a node has siblings

Description

bool tidyNode::hasSiblings ( void )

Tells if the node has siblings.

Return Values

Returns TRUE if the node has siblings, FALSE otherwise.

Examples