Copy the code The code is as follows:
$cityname = array_flip($city_DB[name]); //Exchange the keys and values of the array to form a new array
$city_name = array_search($city_id,$cityname ,true); //Find the value and get the key
The above introduces nba2k online shooting skills PHP tips to exchange the keys and values of the array to form a new array, search for the value and get the key, including the content of nba2k online shooting skills. I hope it will be helpful to friends who are interested in PHP tutorials. .