(PHP 5 >= 5.2.1, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::writeDtdEntity -- xmlwriter_write_dtd_entity — 寫入完整的 DTD 實體標籤
物件導向風格
$name
,$content
,$isParam
= false
,$publicId
= null
,$systemId
= null
,$notationData
= null
程序式風格
$writer
,$name
,$content
,$isParam
= false
,$publicId
= null
,$systemId
= null
,$notationData
= null
寫入完整的 DTD 實體。
writer
僅適用於程序式呼叫。 正在修改的 XMLWriter 實例。此物件是從呼叫 xmlwriter_open_uri() 或 xmlwriter_open_memory() 返回的。
name
實體的名稱。
content
實體的內容。