欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Array of country list in PHP with Zend Framework

 更新時間: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)文章

最新評論