Help for this page

Select Code to Download


  1. or download this
    while (read($peunter,$bytes,1024)) {
        unless (eof()) {
    ...
        }
        print $bytes;
    }
    
  2. or download this
    while (read($peunter,$bytes,1024)) {
        print $bytes;
    }