1
我想使用SoapClient,但似乎沒有了!因爲我得到了這個錯誤: Attempted to load class "SoapClient" from the global namespace. Did you forget a "use" statement?
soap擴展已啓用。
PHP v7.0.14symfony 3中的soapClient
我想使用SoapClient,但似乎沒有了!因爲我得到了這個錯誤: Attempted to load class "SoapClient" from the global namespace. Did you forget a "use" statement?
soap擴展已啓用。
PHP v7.0.14symfony 3中的soapClient
可能重複https://stackoverflow.com/a/43488893/5809937
,但安裝時,它可以正確地顯示在phpinfo()函數(如這裏:https://stackoverflow.com/a/11391550/5809937)?
你的客戶代碼是什麼樣的?是這樣的:'$ client = new \ Soapclient(...'注意反斜槓「\」。發佈一些代碼會很有用。 –