undefined
ob_start();
ob_implicit_flush(true);
set_time_limit(0);
foreach ($iterator as $value) {
$test = 111;
ob_flush();
flush();
sleep(1);
}
code
How to
PHP
0 comments:
Post a Comment