Help for this page

Select Code to Download


  1. or download this
    $line_length += $newline_length;                 # OS dependend
    $line_count   = int(8 * 1024 / $line_length) +1;
    $chunk_size   = $line_count * line_length;