Use NULL for $publicId to force 'SYSTEM' instead of 'PUBLIC' output.
(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)
XMLWriter::writeDtd -- xmlwriter_write_dtd — DTD タグ全体を書き込む
オブジェクト指向型
$name
[, string $publicId
[, string $systemId
[, string $subset
]]] ) : bool手続き型
$xmlwriter
, string $name
[, string $publicId
[, string $systemId
[, string $subset
]]] ) : boolDTD 全体を書き込みます。
xmlwriter
手続き型のコールでのみ使用します。 変更される XMLWriter resource です。 このリソースは、xmlwriter_open_uri() あるいは xmlwriter_open_memory() のコールによって取得したものです。
name
DTD 名。
publicId
外部サブセットの公開識別子。
systemId
外部サブセットのシステム識別子。
subset
DTD の内容。
成功した場合に TRUE
を、失敗した場合に FALSE
を返します。
Use NULL for $publicId to force 'SYSTEM' instead of 'PUBLIC' output.