Ejemplo n.º 1
0
 /**
  * 初始化类
  */
 public static function init($url)
 {
     self::$soapClient = new SoapClient($url);
 }