Help for this page

Select Code to Download


  1. or download this
            for (;;) {
                for ($curpos = tell($fh); $_ = readline($fh);
    ...
                sleep($for_a_while);
                seek($fh, $curpos, 0);
            }