Re: [PHP] fflush() function

2001-04-20 Thread Yasuo Ohgaki
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 d

[PHP] fflush() function

2001-04-20 Thread Thomas Deliduka
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 Angs