How to Declare fflush() Function in PHP

How to Declare fflush() Function in PHP

Hi,

Can someone give my any online example for write all the buffered data of an open file. Is it appropriate to use the PHP fflush() Function to develop this application? Please suggest me.

Thanks,

View Answers

February 17, 2011 at 6:17 PM

Hi,

In PHP programming application we using the fflush()function in PHP is used to write all the buffered data to the an open file. So, You can use the PHP fflush() function for this. Please visit the Below links :-

http://www.roseindia.net/tutorial/php/phpfiles/fflush-in-php.html

Thanks,









Related Tutorials/Questions & Answers:

Ads