$element->children()
Returns a list of all child elements
$element->children(): DOMNodeList
Return type
DOMNodeList
This method modifies the existing $element object it is applied to and returns it again.
Returns a list of all child elements
$element->children(): DOMNodeList
DOMNodeList
This method modifies the existing $element object it is applied to and returns it again.