Gender\Gender::country

(PECL gender >= 0.8.0)

Gender\Gender::countryGet textual country representation

说锟斤拷

public Gender\Gender::country ( int $country ) : array

Returns the textual representation of a country from a Gender class constant.

锟斤拷锟斤拷

country

A country ID specified by a Gender\Gender class constant.

锟斤拷锟斤拷值

Returns an array with the short and full names of the country on success 锟斤拷锟斤拷锟斤拷失锟斤拷时锟斤拷锟斤拷 FALSE.

锟斤拷锟斤拷

Example #1 Using Gender\Gender::country()

$gender = new Gender\Gender;
var_dump($gender->country(Gender\Gender::BRITAIN));

锟斤拷锟斤拷锟斤拷锟教伙拷锟斤拷锟斤拷锟�

array(2) {
  'country_short' =>
  string(2) "UK"
  'country' =>
  string(13) "Great Britain"
}