亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

Array of country list in PHP with Zend Framework

 更新時(shí)間:2011年10月17日 14:33:18   作者:  
Array of country list in PHP with Zend Framework,需要的朋友可以參考下。
復(fù)制代碼 代碼如下:

public static function countryList($local)
{
$locale = new Zend_Locale('en_US');
$countries = ($locale->getTranslationList('Territory', $local, 2));
asort($countries, SORT_LOCALE_STRING);

$countries = array_combine($countries, $countries);

return $countries;
}

相關(guān)文章

最新評(píng)論