XMLWriter::writeDtdEntity
xmlwriter_write_dtd_entity
(PHP 5 >= 5.2.1, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::writeDtdEntity -- xmlwriter_write_dtd_entity — DTD エンティティタグ全体を書き込む
説明
オブジェクト指向型
public XMLWriter::writeDtdEntity(
string
string
bool
?string
?string
?string
): bool
string
$name
,string
$content
,bool
$isParam
= false
,?string
$publicId
= null
,?string
$systemId
= null
,?string
$notationData
= null
): bool
手続き型
xmlwriter_write_dtd_entity(
XMLWriter
string
string
bool
?string
?string
?string
): bool
XMLWriter
$writer
,string
$name
,string
$content
,bool
$isParam
= false
,?string
$publicId
= null
,?string
$systemId
= null
,?string
$notationData
= null
): bool
DTD エンティティ全体を書き込みます。
パラメータ
-
writer
-
手続き型のコールでのみ使用します。 変更される XMLWriter のインスタンスです。 このインスタンスは、xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すことで取得したものです。
name
-
エンティティの名前。
content
-
エンティティの内容。
変更履歴
バージョン | 説明 |
---|---|
8.0.0 |
引数 writer は、XMLWriter
のインスタンスを期待するようになりました。
これより前のバージョンでは、リソースが期待されていました。
|
8.0.0 |
publicId , systemId ,
notationData は、nullable になりました。
|
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google