略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Gender\Gender::country

2024-05-17

Gender\Gender::country

(PECL gender >= 0.8.0)

Gender\Gender::countryGet textual country representation

说明

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

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.

范例

示例 #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"
}
add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/gender-gender.country.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3