Search code examples
soundexphp

How to check SOUNDEX in php when php SOUNDEX outputs only 3 digits


I am trying to do a comparison between company names using SOUNDEX, but the php call for soundex only outputs 3 digits so the comparisons aren't quite accurate. Is there a way to get a better soundex output so that the results are more accurate?


Solution

  • try using metaphone instead