I18Nv2_Country::getAllCodes()

I18Nv2_Country::getAllCodes()  -- Get all codes

Synopsis

require_once 'I18Nv2/Country.php';

array I18Nv2_Country::getAllCodes ()

Description

Get all country codes as associative array indexed by their two letter codes.

Return value

Returns array all country codes.

Note

This function can not be called statically.