首頁  >  文章  >  php教程  >  php 异步处理

php 异步处理

WBOY
WBOY原創
2016-06-06 19:35:561477瀏覽

无详细内容 无 header("Content-Type: text/html;charset=utf-8");$port=isset($port)?$port:80;$fp=fsockopen($host,$port,$errno,$errstr,5);if(!$fp){echo "$errstr ($errno)br /\n";}//sleep(1);fwrite($fp,"GET $path\r\n"); #请求的资源 URL 一定要写对

header("Content-Type: text/html;charset=utf-8");
		$port=isset($port)?$port:80;
		$fp=fsockopen($host,$port,&$errno,&$errstr,5);
		if(!$fp){
			echo "$errstr ($errno)<br />\n";
		}
		//sleep(1);
		fwrite($fp,"GET $path\r\n"); #请求的资源 URL 一定要写对
		fclose($fp);
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn