コード例 #1
0
ファイル: ISO.php プロジェクト: eghojansu/moe
 /**
  *	Return list of countries indexed by ISO 3166-1 country code
  *	@return array
  **/
 function countries()
 {
     return Instance::constants($this, 'CC_');
 }