Php/docs/domnode.normalize

From Get docs

DOMNode::normalize

(PHP 5, PHP 7)

DOMNode::normalize Normalizes the node


Description

public DOMNode::normalize ( ) : void

Remove empty text nodes and merge adjacent text nodes in this node and all its children.


Return Values

No value is returned.


See Also