- Trang khách hàng
- Câu hỏi thường gặp
- Lỗi nhỏ thường gặp
- flush() error not working
Thư mục
Thư mục
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.
Câu trả lời này hữu ích?
Bài viết liên quan
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...
Để khắc phục lỗi này, bạn hãy tìm đến thư mục: ./includes/xml và xóa các tập tin xml liên quan....
Để 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...
Hướng dẫn sửa lỗi The page you are trying to view cannot be shown because it uses an invalid...
Code Type Description -1001 General System Error -2001 Required Field Missing The return text...