PHP Velho Oeste 2024

XMLWriter::endDtdEntity

xmlwriter_end_dtd_entity

(PHP 5 >= 5.2.1, PHP 7, PECL xmlwriter >= 0.1.0)

XMLWriter::endDtdEntity -- xmlwriter_end_dtd_entity現在の DTD エンティティを終了する

説明

オブジェクト指向型

XMLWriter::endDtdEntity ( void ) : bool

手続き型

xmlwriter_end_dtd_entity ( resource $xmlwriter ) : bool

現在の DTD エンティティを終了します。

パラメータ

xmlwriter

手続き型のコールでのみ使用します。 変更される XMLWriter resource です。 このリソースは、xmlwriter_open_uri() あるいは xmlwriter_open_memory() のコールによって取得したものです。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top