如何使用curl_multi将PHP的发布数据发送到PostgreSQL DB中并返回结果

时间:2019-06-28 07:00:34

标签: php postgresql asynchronous curl

我需要对PHP POST表单进行压力测试,该表单在DB中注册了一个用户。该表单需要password1和用户名,目前尚未验证这些字段。我想使用curl_multi启动多个描述符并发布数据。

为此,我尝试了使用Google搜索,并尝试了几种使用curl_multi的不同方式。当前,我正在尝试使用PHP Doc的示例。 这是我尝试的链接:http://www.zedwood.com/article/curl-multi-concurrent-download-example

struct<Name:string,Age:int,Designation:string,Salary:int,ZipCode:int>

0 个答案:

没有答案
相关问题