Example #1
0
 public static function share()
 {
     if (self::$instance == null) {
         self::$instance = new self();
     }
     return self::$instance;
 }
Example #2
0
function testSMS()
{
    my_log(SMSHandler::share()->send("13816907782", "掌金测试"));
}