Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
DOMDocument->normalizeDocument()

DOMDocument->normalizeDocument()

(no version information, might be only in CVS)

DOMDocument->normalizeDocument() -- Normalizes the document

Description

class DOMDocument {

void normalizeDocument ( void )

}

This method acts as if you saved and then loaded the document, putting the document in a "normal" form.

Return Values

No value is returned.

See Also

The DOM Specification
DOMNode->normalize()