(PHP 5 >= 5.2.0, PHP 7, PHP 8)
SoapServer::setObject — 设置用于处理 SOAP 请求的对象
$object
这将设置一个特定对象作为 SOAP 请求的处理程序,而不是像 SoapServer::setClass() 中那样只设置一个类。
object
处理请求的对象。
不返回值。