예제 #1
0
 public static function setCountry($country)
 {
     if ($country == '') {
         $country = 'US';
     }
     self::$country = $country;
     return TRUE;
 }