SOUNDEX
Calculate the soundex key of a string
SYNTAX
soundex ( string $str ) : string
PARAMETERS
str
The input string.
RETURN
Returns the soundex key as a string, or FALSE on failure.
EXAMPLES
H400