bae中替代curl的函数
经测试比curl快多了
$fetch= new BaeFetchUrl();
$fetch->setHeader('Expect', '');
$fetch->setOptionMaxRedirs(2);
$fetch->setOptionFollowLocation(true);
$fetch->setCookie('timestamp', time());
$file= $fetch->get($Url);
bae中替代curl的函数
经测试比curl快多了
$fetch= new BaeFetchUrl();
$fetch->setHeader('Expect', '');
$fetch->setOptionMaxRedirs(2);
$fetch->setOptionFollowLocation(true);
$fetch->setCookie('timestamp', time());
$file= $fetch->get($Url);
Kratos
保持饥渴的专注,追求最佳的品质
一 | 二 | 三 | 四 | 五 | 六 | 日 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 |
文章评论