[請益] HTTP Class buffer
請問一下有哪一套 http class
能做到像Curl
$ch = curl_init($freeurl);
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0);
curl_exec($ch); <= 這邊會一值開始吐資料回來 沒限制大小
但是像 snoopy.class.php
var $maxlength = 500000; // max return data length (body)
會被限制住
感謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.136.213.213
→
06/03 00:55, , 1F
06/03 00:55, 1F
→
06/03 00:55, , 2F
06/03 00:55, 2F
→
06/03 00:55, , 3F
06/03 00:55, 3F
→
06/03 00:56, , 4F
06/03 00:56, 4F
→
06/03 00:56, , 5F
06/03 00:56, 5F
→
06/03 00:56, , 6F
06/03 00:56, 6F
→
06/03 00:56, , 7F
06/03 00:56, 7F
→
06/03 00:56, , 8F
06/03 00:56, 8F
PHP 近期熱門文章
PTT數位生活區 即時熱門文章