DOMNode
PHP Manual

DOMNode::hasChildNodes

(PHP 5, PHP 7)

DOMNode::hasChildNodes Checks if node has children

Beschreibung

public bool DOMNode::hasChildNodes ( void )

This function checks if the node has children.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


DOMNode
PHP Manual