Gender\Gender::isNick
PHP function
Edit on GitHub ✎
(PECL gender >= 0.9.0)
Check if the name0 is an alias of the name1
Description
Gender\Gender::isNick(string $name0, string $name1, [int $country]): array
Check whether the name0 is a nick of the name1.
Parameters
name0Name to check.
name1Name to check.
countryCountry id identified by Gender class constant. If ommited ANY_COUNTRY is used.
Return Values
Success