- 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

Code Type Description -1001 General System Error -2001 Required Field Missing The return text...

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...

Hiện tại do máy chủ SuperHost sử dụng PHP 5.3. Vì vậy quý khách có thể gặp lỗi trên khi move site...

Bài này hướng dẫn các bạn cách edit một trang thông báo lỗi 404 Not Found theo nội dung của...

Các bạn có thể thực hiện lệnh sau: yum install php-pear && pecl install pdo &&...
Powered by WHMCompleteSolution