- Portal Home
- Knowledgebase
- Lỗi nhỏ thường gặp
- flush() error not working
Categories
Categories
flush() error not working
<?_set('zlib.output_compression',0);
@ini_set('implicit_flush',1);
@ob_end_clean();
set_time_limit(0);
ob_implicit_flush(1);
for($i=0; $i<10; $i++){
echo $i;
//this is for the buffer achieve the minimum size in order to flush data
echo str_repeat(' ',1024*64);
sleep(1);
}
?>
// loi khong load duoc processber do ham flush() khong hoat dong, giai phap code tren.
Was this answer helpful?
Also Read
View: 20286
Code Type Description -1001 General System Error -2001 Required Field Missing The return text...
View: 13724
Sử dụng lệnh sau để khắc phục: yum install perl-Time-HiRes yum install -y perl-libwww-perl Sau...
View: 10187
Khi bạn gặp phải trường hợp không đăng nhập vào được Roundcube trên cpanel do một nguyên nhân nào...
View: 29201
Để khắc phục lỗi Khắc phục lỗi Cannot modify header information bạn xem các cách sau: + Phương...
View: 12892
Bạn thử tìm đến file bị báo lỗi, sau đó xóa bỏ ký tự &. Nguyên nhân do bạn đang sử dụng PHP...
Powered by WHMCompleteSolution
