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)
);
如果您從我創建的任何內容中獲得價值,那麼我將非常感謝您透過付款捐贈的支持。
微博:亞克
推特: 吵鬧