tidyNode::getParentReturns the parent node of the current node Beschreibung
tidyNode tidyNode::getParent
( void
)
Returns the parent node of the current node. Beispiele
Beispiel #1 tidyNode::hasChildren example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: string(4) "head" Rückgabewerte
Returns a tidyNode if the node has a parent, or |