Skip to content

Commit 8d85d86

Browse files
updated list of information
1 parent 9d7b794 commit 8d85d86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ php-countries-array
33

44
PHP class to get array of countries with ISO_3166-1, ISO_3166-2 and ISD codes
55
it can provide following information related to the country
6+
67
1. name - Name of the country
78
2. a2 - alpha2 code, 2 characters (ISO-3166-1 alpha2)
89
3. a3 - alpha3 code, 3 characters (ISO-3166-1 alpha3)
@@ -54,4 +55,4 @@ $countries = CountryArray::get( null, 'a2' ); // return array of alpha2 codes
5455

5556

5657
IMP Note:
57-
Do not use ISD code(isd) and continent as key fields, as there are multiple records for them
58+
Do not use ISD code(isd) and continent as key fields, as there are multiple records for them

0 commit comments

Comments
 (0)