コードをコピーします コードは次のとおりです:
public static function countryList($local)
{
$locale = new Zend_Locale('en_US')
$countries = ($locale->getTranslationList) ('地域' , $local, 2));
$countries = array_combine($countries, $countries)
;
http://www.bkjia.com/PHPjc/324339.html
www.bkjia.com
本当http://www.bkjia.com/PHPjc/324339.html技術記事次のようにコードをコピーします。 public static function countryList($local) { $locale = new Zend_Locale('en_US') $countries = ($locale-getTranslationList('Territory', $local, 2));