(PHP 8 >= 8.4.0)
HTML ドキュメントあるいは XML ドキュメント全体を表し、 ドキュメントツリーのルートとなります。
This is the modern, spec-compliant equivalent of DOMDocument. It is the base class for Dom\XMLDocument and Dom\HTMLDocument.
このドキュメントを処理する DOMImplementation オブジェクト
このドキュメントに関連付けられた文書型宣言
ドキュメントの位置。未定義の場合は null
null
for document without elements.
最初の子要素。存在しない場合は null
になります。
最後の子要素。存在しない場合は null
になります。
子要素の数
html
element that is either a
body
tag or a frameset
tag.
These need to be in the HTML namespace.
If no element matches, this evaluates to null
.
head
element that is a child of the
html
element.
These need to be in the HTML namespace.
If no element matches, this evaluates to null
.
title
element for HTML or the SVG title
element for SVG.
If there is no title, this evaluates to the empty string.