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.
什么更快,CURL 或 fsockopen(POST 请求)?也许有什么东西比他们俩都快?
如果不是,那么如果我将重用 curl 的句柄,它是否等于重用连接?(所以跳过连接服务器,只写和接收响应)
它没有显着的区别,可能fsockopen会稍微快一点,但是 cURL 有很多易于使用的功能,以至于像加速一样 0.00000001 微秒的权衡在任何情况下都是可以接受的。
fsockopen