1. 首页
  2. 数据库
  3. 其它
  4. 重新封装zend_soap实现http连接安全认证的php代码

重新封装zend_soap实现http连接安全认证的php代码

上传者: 2021-01-01 01:55:06上传 PDF文件 31.38KB 热度 4次
复制代码 代码如下: <?php class MyFramework_Soap_server extends Zend_Soap_Server { protected $_login = ”; protected $_password = ”; public function __construct($wsdl = null, array $options = null) { parent::__construct($wsdl,$options); if(isset($options[‘login’])){ $this->_login=$options[‘login’]; $this->
下载地址
用户评论