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

thinct 3 0 PDF 2021-01-01 01:01:06

复制代码 代码如下: <?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->

用户评论
请输入评论内容
评分:
暂无评论