Welcome to the searching program. Please choose a method of searching:

Linear searching

Searching -> linear searching

Contents of the textfile:

Results of search

= 65 ) and (ord( $ch ) <= 122)) { $countWords++; $separated = FALSE; } if ((ord( $ch ) >= 97) and (ord( $ch ) <= 122)) { $countSmall++; if (!isset( $letterCount[$ch] )) $letterCount[$ch] = 1; else $letterCount[$ch]++; } if ($ch == "\n") $countRows++; $prevChar= $ch; } fclose( $fp ); ?>
Number of bytes in file:
Number of words in file:
Number of small letters in file:
Number of rows in file:
Occurrences of small letters: " ); } ?>