Please answer this simple SPAM challenge: max(zero, two)? (Example: nine)
Get an associative array of zeros for counting letter frequency<?php$ltrs = array_fill_keys( range('a', 'z'), 0 );
<< Back to user notes page