複製程式碼 程式碼如下: public static function countryList($local) { $locale = new Zend_Locale('en_US'); $local, 2)); asort($countries, SORT_LOCALE_STRING); $countries = array_combine($countries, $countries); return $countries; } 以上就介紹了zend framework Array of country list in PHP with Zend Framework,包含了zend framework方面的內容,希望對PHP教程有興趣的朋友有所幫助。