GoLang Gender\Gender::isNick

request it (209)
GoLang replacement for PHP's Gender\Gender::isNick [edit | history]



Do you know a GoLang replacement for PHP's Gender\Gender::isNick? Write it!

PHP Gender\Gender::isNick

PHP original manual for Gender\Gender::isNick [ show | php.net ]

Gender\Gender::isNick

(PECL gender >= 0.9.0)

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

Description

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

Check whether the name0 is a nick of the name1.

Parameters

name0

Name to check.

name1

Name to check.

country

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

Return Values

Returns TRUE on success or FALSE on failure.