Help for this page

Select Code to Download


  1. or download this
    while ($bytesread = read($raw_file,$buffer,1024)) {
        print O $buffer;
    }
    
  2. or download this
    while (read($raw_file,$buffer,1024)) {
        print O $buffer;
    }