DOMNode->hasChildNodes()

DOMNode->hasChildNodes()

(no version information, might be only in CVS)

DOMNode->hasChildNodes() --  Checks if node has children

Description

class DOMNode {

bool hasChildNodes ( void )

}

This function checks if the node has children.

Return Values

Returns TRUE on success or FALSE on failure.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.