respect-validation/data/iso_3166-2/IR.php
Alexandre Gomes Gaigalas 6173757f63 Use PHP files and setup a runtime cache for CountryInfo
Previously, we were loading country info from a JSON file. This
changes it to use PHP files instead. It also caches these resources
across calls avoiding these files to be loaded more than once
per process.
2023-02-19 00:19:10 -03:00

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"
]
];