Gender\Gender
PHP Manual

Gender\Gender::isNick

(PECL gender >= 0.9.0)

Gender\Gender::isNickCheck if the name0 is an alias of the name1.

Descrizione

public array Gender\Gender::isNick ( string $name0 , string $name1 [, integer $country ] )

Check whether the name0 is a nick of the name1.

Elenco dei parametri

name0

Name to check.

name1

Name to check.

country

Country id identified by Gender class constant. If ommited ANY_COUNTRY is used.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


Gender\Gender
PHP Manual