PHP » GoLang |
login |
register |
about
|
GoLang Gender\Gender::country
request it (364)
GoLang replacement for PHP's Gender\Gender::country
[edit | history]
Gender\Gender::country(PECL gender >= 0.8.0) Gender\Gender::country — Get textual country representation Description
public array Gender\Gender::country
( int
$country
)Returns the textual representation of a country from a Gender class constant. Parameters
Return Values
Returns an array with the short and full names of the country on success
or Examples
Example #1 Using Gender\Gender::country()
$gender = new Gender\Gender; The above example will output: array(2) { 'country_short' => string(2) "UK" 'country' => string(13) "Great Britain" } |
more
Recently updated
more
Most requested
more
Last requests
|