PHP Doku:: Flushes the output - streamwrapper.stream-flush.html

Verlauf / Chronik / History: (3) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStreamsThe streamWrapper classstreamWrapper::stream_flush

Ein Service von Reinhard Neidl - Webprogrammierung.

The streamWrapper class

<<streamWrapper::stream_eof

streamWrapper::stream_lock>>

streamWrapper::stream_flush

(PHP 4 >= 4.3.2, PHP 5)

streamWrapper::stream_flushFlushes the output

Beschreibung

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.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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.

Anmerkungen

Hinweis:

If not implemented, FALSE is assumed as the return value.

Siehe auch

  • fflush() - Schreibt den Ausgabepuffer in eine Datei


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)