$dom->innerMarkup()
Returns the XML or HTML markup contained in the node
$dom->innerMarkup(DOMNode $node): string
Parameters
Name | Type | Default |
---|---|---|
$noderequired | DOMNode |
no default value |
Return type
string
This method modifies the existing $dom
object it is applied to and returns it again.