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