Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<feoffgetc>
Last updated: Tue, 19 Sep 2006

fflush

(PHP 4 >= 4.0.1, PHP 5)

fflush -- Flushes the output to a file

Description

bool fflush ( resource handle )

This function forces a write of all buffered output to the resource pointed to by the file handle handle. Returns TRUE on success or FALSE on failure.

The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() (and not yet closed by fclose()).




<feoffgetc>
Last updated: Tue, 19 Sep 2006