PHP SoapClient Timeout

后端 未结 6 1362
误落风尘
误落风尘 2020-12-05 00:12

Is there anyway for a SoapClient Request to time out and throw an exception. As of now, I get PHP Server response timeout, in my case 60 seconds. Basically what I want is, i

6条回答
  •  伪装坚强ぢ
    2020-12-05 00:40

    You can install this through composer: https://github.com/ideaconnect/idct-soap-client

    It extends the standard SoapClient and gives options to set the amount of retries, connection and read timeouts.

提交回复
热议问题