PHP cURL sync and async

后端 未结 1 1437
别那么骄傲
别那么骄傲 2021-02-06 11:32

I want to use PHP cURL in a project and in a scenario I need to send the data via cURL and wait for a response (and delay all code until a response is received in the cURL reque

1条回答
  •  野的像风
    2021-02-06 12:25

    Here is an example from PHP Docs of how to use curl asynchronously:

    
    

    0 讨论(0)
提交回复
热议问题