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

search for in the

XMLWriter::fullEndElement> <XMLWriter::endPI
[edit] Last updated: Fri, 24 Jun 2011

view this page in

XMLWriter::flush

(PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)

XMLWriter::flushخارج کردن محتوای بافر فعلی

Description

Oriented object style

mixed XMLWriter::flush ([ bool $empty ] )

Procedural style

mixed xmlwriter_flush ( resource $xmlwriter [, bool $empty ] )

خارج کردن محتوای بافر فعلی.

Parameters

xmlwriter

Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or xmlwriter_open_memory().

empty

آیا بافر فعلی خالی شود یا نه. به طور پیش‌فرض TRUE.

Return Values

اگر شما نویسند را در حافظه باز کرده باشید این تابع بافر تولید شده XML را باز می‌گرداند, در غیر این صورت اگر ازURI استفاده شود این تابع بافر را نوشته و تعداد بایت‌های نوشته شده را باز می‌گرداند.



add a note add a note User Contributed Notes XMLWriter::flush - [0 notes]
There are no user contributed notes for this page.

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