Home  >  Article  >  Backend Development  >  php fsockopen 多次发送请求?

php fsockopen 多次发送请求?

WBOY
WBOYOriginal
2016-06-06 20:08:071433browse

我想利用fsockopen函数向一个网址先发送一个get请求,然后再向同一个地址发送post请求,如果每次都重新fsockopen的话,会相当浪费时间。但是如果我在第一次获取到返回值,再用fwrite向句柄$fp中写东西,却获取不到任何值,请问下该怎么解决?

回复内容:

我想利用fsockopen函数向一个网址先发送一个get请求,然后再向同一个地址发送post请求,如果每次都重新fsockopen的话,会相当浪费时间。但是如果我在第一次获取到返回值,再用fwrite向句柄$fp中写东西,却获取不到任何值,请问下该怎么解决?

建议你学学http标准。因为你的操作完全不合规。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn