DOMNode::hasChildNodes

(PHP 5, PHP 7)

DOMNode::hasChildNodes Checks if node has children

Beschreibung

public DOMNode::hasChildNodes ( ) : bool

This function checks if the node has children.

Rückgabewerte

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

Siehe auch