Gender\Gender::isNick
(PECL gender >= 0.9.0)
Gender\Gender::isNick — Check if the name0 is an alias of the name1
Beschreibung
$name0
, string $name1
, int $country
= ?): arrayCheck whether the name0 is a nick of the name1.
Parameter-Liste
-
name0
-
Name to check.
-
name1
-
Name to check.
-
country
-
Country id identified by Gender class constant. If ommited ANY_COUNTRY is used.
Rückgabewerte
Gibt bei Erfolg true
zurück. Bei einem Fehler wird false
zurückgegeben.