update page now
Longhorn PHP 2026 - Call For Papers

Voting

: one plus eight?
(Example: nine)

The Note You're Voting On

rycardo74 at gmail dot com
20 years ago
this work to fine html streaming AND time pass limit

<?php
header('Content-type: text/plain');
echo date("H:m:s"), "\n";
set_time_limit(30);
for ($i = 0; $i < 1000; $i++)
{

    echo date("H:m:s"),"\n";
    for ($r = 0; $r < 100000; $r++){
    $X.=  tan(M_LNPI+log(ceil(  date("s")*M_PI*M_LNPI+100)));
    }
    ob_flush();   
    flush();

}
echo "work! $x";
?>

<< Back to user notes page

To Top