| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
XMLWriter::writeDTDEntityxmlwriter_write_dtd_entity(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) XMLWriter::writeDTDEntity -- xmlwriter_write_dtd_entity — DTD エンティティタグ全体を書き込む 説明オブジェクト指向型
bool XMLWriter::writeDTDEntity
( string
$name
, string $content
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
)手続き型
bool xmlwriter_write_dtd_entity
( resource
$xmlwriter
, string $name
, string $content
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
)DTD エンティティ全体を書き込みます。 パラメータ
返り値
成功した場合に |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「XMLWriter::writeDTDEntity - DTD エンティティタグ全体を書き込む」をGoogle検索
|