Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个功能,$from, $msg, $rcpts并且$result 是数组。如何在 nusoap-wsdl 中为该函数注册和定义 addcomplex 类型?
$from, $msg, $rcpts
$result
$uname并且$pass是字符串,我知道如何在寄存器中定义它
$uname
$pass
function enqueue_multi($from, $rcpt_array, $msg, $type = '',$uname ,$pass) { ...... return $result; }
解决了一次。http://harx.nl/news/2011/1/11/generate-a-wsdl-using-nusoap-in-php
希望能帮助到你!