Example #1
0
 public function GetCredit()
 {
     $client = new SoapClient($this->wsdl_link);
     return $client->sms_credit($this->username, $this->password);
 }