Last active
May 20, 2022 08:07
-
-
Save alisalmabadi/99d5f43c96bc88a6aec049d7700f5c03 to your computer and use it in GitHub Desktop.
this function contains all Iran provinces(لیست شهر های ایران)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function provinces($mode,$id=0) | |
{ | |
$provinces= array( | |
1=>"آذربایجانشرقی", | |
2=>"آذربایجانغربی", | |
3=>"اردبیل", | |
4=>"اصفهان", | |
5=>"البرز", | |
6=>"ایلام", | |
7=>"بوشهر", | |
8=>"تهران", | |
9=>"چهارمحالوبختیاری", | |
10=>"خراسانجنوبی", | |
11=>"خراسانرضوی", | |
12=>"خراسانشمالی", | |
13=>"خوزستان", | |
14=>"زنجان", | |
15=>"سمنان", | |
16=>"سیستانوبلوچستان", | |
17=>"فارس", | |
18=>"قزوین", | |
19=>"قم", | |
20=>"كردستان", | |
21=>"كرمان ", | |
22=>"كرمانشاه", | |
23=>"کهگیلویهوبویراحمد", | |
24=>"گلستان", | |
25=>"گیلان", | |
26=>"لرستان", | |
27=>"مازندران", | |
28=>"مركزی", | |
29=>"هرمزگان", | |
30=>"همدان", | |
31=>"یزد", | |
); | |
if($mode==0){ | |
return $provinces; | |
}else | |
{ | |
return $provinces[$id]; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
اینطوری بهتره✌😁