怎么new php的内置对象SoapServer

浏览:2240 发布日期:2014/01/29 分类:求助交流
我在控制器里newphp的内置对象SoapServer时出现下面的错误提示
Class 'Login\Controller\SoapServer' not found,
怎么new php的内置对象SoapServer?<?php
namespace Login\Controller;
use Think\Controller;
class UserinfoController extends Controller {
    public function index(){

        $s = new SoapServer(null,array("location"=>"http:/xxx.com/Userinfo.html","uri"=>"Userinfo.html"));
          ……
    
    }
}
?>
最佳答案
评论( 相关
后面还有条评论,点击查看>>