DOMImplementation::createDocumentType
DOMImplementation::createDocumentType
(PHP 5, PHP 7)
DOMImplementation::createDocumentType — Creates an empty DOMDocumentType object
Description
public DOMDocumentType DOMImplementation::createDocumentType ([ string $qualifiedName = NULL [, string $publicId = NULL [, string $systemId = NULL ]]] )
Creates an empty DOMDocumentType object. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur.