(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::writeDtd -- xmlwriter_write_dtd — 寫入完整的 DTD 標籤
物件導向風格
$name
,$publicId
= null
,$systemId
= null
,$content
= null
程序式風格
$writer
,$name
,$publicId
= null
,$systemId
= null
,$content
= null
寫入完整的 DTD。
writer
僅適用於程序式呼叫。正在修改的 XMLWriter 實例。此物件是從呼叫 xmlwriter_open_uri() 或 xmlwriter_open_memory() 返回的。
name
DTD 名稱。
publicId
外部子集公開識別碼。
systemId
外部子集系統識別碼。
content
DTD 的內容。