(PHP 5, PHP 7, PHP 8)
EachDOMDocument has adoctype attribute whose value is eithernull or aDOMDocumentType object.
$exclusive =false,$withComments =false,$xpath =null,$nsPrefixes =nullThe public identifier of the external subset.
The system identifier of the external subset. This may be an absoluteURI or not.
The name ofDTD; i.e., the name immediately following theDOCTYPE keyword.
ADOMNamedNodeMap containing the general entities, both external and internal, declared in theDTD.
ADOMNamedNodeMap containing the notations declared in theDTD.
The internal subset as a string, ornull if there is none. This does not contain the delimiting square brackets.
