Help for this page

Select Code to Download


  1. or download this
    $end = rindex($buffer, "\n");
    if ($end < 0) { whoops, incomplete line }
    $fragment = substr($buffer, $end+1, length($buffer), '');