(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
实体的内容。