downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

XMLWriter::openMemory> <XMLWriter::flush
[edit] Last updated: Fri, 25 May 2012

view this page in

XMLWriter::fullEndElement

xmlwriter_full_end_element

(PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)

XMLWriter::fullEndElement -- xmlwriter_full_end_element現在の要素を終了する

説明

オブジェクト指向型

bool XMLWriter::fullEndElement ( void )

手続き型

bool xmlwriter_full_end_element ( resource $xmlwriter )

現在の xml 要素を終了します。要素が空であっても終了タグを書き込みます。

パラメータ

xmlwriter

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

返り値

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

参考



add a note add a note User Contributed Notes XMLWriter::fullEndElement
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites