php_fsockopen
v2.1.0
fsockopen是socket封装函数,除了基本常用的TCP://通信功能外,它还有其他强大的通信功能,UDP://unix://udg://等等各种协议。
可以使用stream_get_transports来获取当前服务器注册的socket传输协议列表,以确定是否支持需要使用的协议。
使用 Composer 安装库。当然,你可以去Packagist查看。
$ composer require yakeing/php_fsockopen
$ fs = new fsockopen ();
$ ret = $ fs -> init (
10 , //Running time / sec (optional)
tcp, //transport protocol (optional)
true //Blocking mode switch (optional)
);
$ ret = $ fs -> GET (
$ Url , //Destination URL
$ Referer , //Forge Referer (optional)
$ Cookie //This Cookie (optional)
);
$ ret = $ fs -> POST (
$ Url , //Destination URL
$ Content , //Submit content: key/vvalue&...
$ Referer , //Forge Referer (optional)
$ Cookie , //This Cookie (optional)
$ ContentType //Submission method (optional)
);
$ ret = $ fs -> PUT (
$ Url , //Destination URL
$ File , //File OR Picture address: ['01.jpg','02.jpg',...]
$ Referer , //Forge Referer (optional)
$ Cookie , //This Cookie (optional)
);
如果您从我创建的任何内容中获得价值,那么我将非常感谢您通过付款捐赠的支持。
微博:亚克
推特: 吵闹