Display the drop-down list

soundex()

« sort | sprintf »
<?php
$string 
soundex (
    
  // string $str
);
?>
Result
$string = 'E460'
Examples
#1 soundex  ("Euler")
#2 soundex  ("Ellery")
#3 soundex  ("Gauss")
#4 soundex  ("Ghosh")
#5 soundex  ("Hilbert")
#6 soundex  ("Heilbronn")
#7 soundex  ("Knuth")
#8 soundex  ("Kant")
#9 soundex  ("Lloyd")
#10 soundex  ("Ladd")
#11 soundex  ("Lukasiewicz")
#12 soundex  ("Lissajous")
See also
levenshtein, metaphone, similar_text