Join our community in the tech forums for uncut technology discussion.
DOMNode->hasChildNodes()
DOMNode->hasChildNodes() --
Checks if node has children
Descriptionclass DOMNode { bool hasChildNodes ( void ) }
This function checks if the node has children.
Return Values
Returns TRUE on success or FALSE on failure.
Join our community in the tech forums for uncut technology discussion.
|