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.
我必须将我的网站与肥皂网络服务集成。我看到我的主人不接受肥皂
Fatal error: Class 'SoapClient' not found
所以无论如何我都需要替代品来使用肥皂。有谁知道解决方案?谢谢!!!
您可以使用这个NuSOAP - SOAP Toolkit for PHP,但您可能需要更改一些代码,该 api 与 PHP 的本机 SoapClient 并不完全相同。您可以考虑更新您的 PHP 版本。