Exemplo n.º 1
0
 public static function get_carrier($id)
 {
     $sms = new SMS_Gateway($id);
     return $sms->carrier();
 }