コード例 #1
0
ファイル: smscall.class.php プロジェクト: jekv/devia
 public function GetCredit()
 {
     $client = new SoapClient($this->wsdl_link);
     return $client->CREDIT_LINESMS($this->username, $this->password, $this->from);
 }