(PECL gender >= 0.9.0)
Get similar names.
public array Gender\Gender::similarNames ( string $name [, integer $country ] )
Get similar names for the given name and country.
Parameters:
name
Name to check.
country
Country id identified by Gender class constant. If ommited ANY_COUNTRY is used.
Returns:
Returns an array with the similar names found.
Please login to continue.