$dom->body()
Returns the HTML body if one exists
$dom->body(): DOMElement|null
Return types
DOMElementornull
This method modifies the existing $dom object it is applied to and returns it again.
Returns the HTML body if one exists
$dom->body(): DOMElement|null
DOMElementornull
This method modifies the existing $dom object it is applied to and returns it again.