CakeFest 2024: The Official CakePHP Conference

Gender\Gender::get

(PECL gender >= 0.6.0)

Gender\Gender::getGet gender of a name

Descrição

public Gender\Gender::get(string $name, int $country = ?): int

Get the gender of the name in a particular country.

Parâmetros

name

Name to check.

country

Country id identified by Gender class constant.

Valor Retornado

Returns gender of the name.

add a note

User Contributed Notes

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