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