tidyNode::hasSiblingsChecks if a node has siblings Beschreibung
bool tidyNode::hasSiblings
( void
)
Tells if the node has siblings. Rückgabewerte
Returns Beispiele
Beispiel #1 tidyNode::hasSiblings example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(false) bool(true) |