It will do the same thing as standard C lib.
How about take a look at C reference?
Basically, all output is buffered by OS. It's just tells write to file if data,
associated with the file pointer/descriptor, is in buffer.
You will see why this function is useful, if you 'tail -f' while writing data
into file.
Regards,
--
Yasuo Ohgaki
"Thomas Deliduka" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This function:
>
> http://www.php.net/manual/en/function.fflush.php
>
> Has no example on how you would code with it. Does anyone know?
>
> It mentions "buffered output" how do you buffer output?
> --
>
> Thomas Deliduka
> IT Manager
> -------------------------
> New Eve Media
> The Solution To Your Internet Angst
> http://www.neweve.com/
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]