Mon Oct 27, 2008 12:32 pm
<?
$twister = "Peter Piper picked a peck of pickled peppers";
print("$twister<BR>");
$letter_array = count_chars($twister, 1);
while ($cell = each($letter_array)){
$letter = chr($cell['key']);
$frequency = $cell['value'];
print("Character: '$letter'; frequency: $frequency<BR>");
}
?>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.