(PHP 8 >= 8.4.0)
Each Dom\Document has a doctype
attribute whose value is either null
or a Dom\DocumentType object.
This is the modern, spec-compliant equivalent of DOMImplementation.
外部サブセットの公開 ID。
外部サブセットのシステム ID。完全 URI である場合とそうでない場合がある。
DTD の名前。すなわち、DOCTYPE
キーワードに続く値。
内部サブセットを文字列として取得する。存在しない場合は null
となる。区切りの角括弧は含まない。