38 lines
969 B
PHP
38 lines
969 B
PHP
|
<?php
|
||
|
return [
|
||
|
"country" => "Iran, Islamic Republic of",
|
||
|
"subdivisions" => [
|
||
|
"00" => "Markazī",
|
||
|
"01" => "Gīlān",
|
||
|
"02" => "Māzandarān",
|
||
|
"03" => "Āz̄ārbāyjān-e Shārqī",
|
||
|
"04" => "Āz̄ārbāyjān-e Ghārbī",
|
||
|
"05" => "Kermānshāh",
|
||
|
"06" => "Khūzestān",
|
||
|
"07" => "Fārs",
|
||
|
"08" => "Kermān",
|
||
|
"09" => "Khorāsān-e Raẕavī",
|
||
|
"10" => "Eşfahān",
|
||
|
"11" => "Sīstān va Balūchestān",
|
||
|
"12" => "Kordestān",
|
||
|
"13" => "Hamadān",
|
||
|
"14" => "Chahār Maḩāl va Bakhtīārī",
|
||
|
"15" => "Lorestān",
|
||
|
"16" => "Īlām",
|
||
|
"17" => "Kohgīlūyeh va Bowyer Aḩmad",
|
||
|
"18" => "Būshehr",
|
||
|
"19" => "Zanjān",
|
||
|
"20" => "Semnān",
|
||
|
"21" => "Yazd",
|
||
|
"22" => "Hormozgān",
|
||
|
"23" => "Tehrān",
|
||
|
"24" => "Ardabīl",
|
||
|
"25" => "Qom",
|
||
|
"26" => "Qazvīn",
|
||
|
"27" => "Golestān",
|
||
|
"28" => "Khorāsān-e Shomālī",
|
||
|
"29" => "Khorāsān-e Jonūbī",
|
||
|
"30" => "Alborz"
|
||
|
]
|
||
|
];
|