CakeFest 2024: The Official CakePHP Conference

Gender\Gender::isNick

(PECL gender >= 0.9.0)

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

Açıklama

public Gender\Gender::isNick(string $name0, string $name1, int $country = ?): array

Check whether the name0 is a nick of the name1.

Bağımsız Değişkenler

name0

Name to check.

name1

Name to check.

country

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

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top