Help for this page

Select Code to Download


  1. or download this
     CHAR: while($currSymbol = getc($fh)) {
    
  2. or download this
     CHAR: while( defined($currSymbol = getc($fh)) ) {