<?php
ob_end_clean();
ob_implicit_flush(true);
echo
str_pad
(
" "
, 256);
1;
flush
();
//这里不会实时输出
sleep(4);
?>