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

search for in the

streamWrapper::stream_lock> <streamWrapper::stream_eof
Last updated: Fri, 18 Sep 2009

view this page in

streamWrapper::stream_flush

(PHP 4 >= 4.3.2, PHP 5)

streamWrapper::stream_flushFlushes the output

Описание

public bool streamWrapper::stream_flush ( void )

This method is called in response to fflush().

If you have cached data in your stream but not yet stored it into the underlying storage, you should do so now.

Параметри

Тази функция няма параметри.

Връщани стойности

Should return TRUE if the cached data was successfully stored (or if there was no data to store), or FALSE if the data could not be stored.

Бележки

Забележка: If not implemented, FALSE is assumed as the return value.

Вж. също

  • fflush() - Записва данните буферирани в изходия поток във файл



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

streamWrapper::stream_lock> <streamWrapper::stream_eof
Last updated: Fri, 18 Sep 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites