Mega Code Archive

 
Categories / Php / Strings
 

The soundex algorithm is implemented in PHP through the soundex function

<?php     echo soundex ('see');     echo "\n"; ?>