string XML_Util::getDocTypeDeclaration (
string $root
, mixed $uri
= = null
, mixed $internalDtd
= = null
)
パラメーターに基づいたドキュメントタイプの宣言を返します。
string $root - ルートタグです。
mixed $uri -
パブリックIDを含むドキュメントタイプの定義か、
配列のURIおよびDTDのURIです。
mixed $internalDtd - 内部定義です。
string ドキュメントタイプ宣言です。
This function should be called statically.