XMLWriter::writeDtdEntity
xmlwriter_write_dtd_entity
DTD エンティティタグ全体を書き込む
説明
オブジェクト指向型
public bool XMLWriter::writeDtdEntity(
string $name
,
string $content
,
bool $isParam
= false
,
stringnull $publicId
= null
,
stringnull $systemId
= null
,
stringnull $notationData
= null
)
bool xmlwriter_write_dtd_entity(
XMLWriter $writer
,
string $name
,
string $content
,
bool $isParam
= false
,
stringnull $publicId
= null
,
stringnull $systemId
= null
,
stringnull $notationData
= null
)
パラメータ
-
writer
-
手続き型のコールでのみ使用します。
変更される XMLWriter のインスタンスです。
このインスタンスは、xmlwriter_open_uri
あるいは xmlwriter_open_memory
を呼び出すことで取得したものです。
-
name
-
エンティティの名前。
-
content
-
エンティティの内容。
戻り値
成功した場合に true
を、失敗した場合に false
を返します。
参考
- XMLWriter::startDtdEntity
- XMLWriter::endDtdEntity