metaphone()
metaphone - Calculate the metaphone key of a stringSyntax
string metaphone (string $str, int $phonemes)Arguments
- str - The input string.
- phonemes - This parameter restricts the returned metaphone key to phonemes characters in length. The default value of 0means no restriction.
