Class Country
Documentation of includes/core/country.class.php
Provides lists of Countries and IOC codes, and converter methods.
Methods
countryToIoc
Returns a IOC code from a given Country
Description
string = countryToIoc ( string $country )
Parameters
-
$country
A string from with a Country name.
Example
$ioc = $aseco->country->countryToIoc('Netherlands');
Return Values
NED
iocToCountry
Returns a Country from a given IOC code
Description
string = iocToCountry ( string $IOC )
Parameters
-
$IOC
A string from a IOC code.
Example
$country = $aseco->country->iocToCountry('NED');
Return Values
Netherlands
Class Country
Documentation of includes/core/country.class.php
Provides lists of Countries and IOC codes, and converter methods.
Properties
Members | Description |
---|---|
$aseco->country->country_list |
array() of countries |
$aseco->country->ioc_list |
array() of IOC codes |
This is a private enthusiast Website. Maniaplanet, Trackmania, Shootmania, Nadeo are trademarks of Ubisoft Entertainment.
Windows is a registered trademark of Microsoft Corporation.
Last modified: Wed, 17 Apr 2019 22:19:35 +0200