亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

php怎么編寫https接口

九三
228
2021-03-03 14:07:15
欄目: 編程語言

php怎么編寫https接口

在php中使用curl庫編寫https接口,具體方法如下:

function fetch_page($site,$url,$params=false)

{

$ch = curl_init();

$cookieFile = $site . '_cookiejar.txt';

curl_setopt($ch, CURLOPT_COOKIEJAR, $cookieFile);

curl_setopt($ch, CURLOPT_COOKIEFILE,$cookieFile);

curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);

curl_setopt($ch, CURLOPT_HTTPGET, true);

curl_setopt($ch, CURLOPT_TIMEOUT, 4);

if($params)

curl_setopt($ch, CURLOPT_POSTFIELDS, $params);

curl_setopt($ch,CURLOPT_USERAGENT,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3');

curl_setopt($ch, CURLOPT_URL,$url);

$result = curl_exec($ch);

return $result;

}

0
望奎县| 昂仁县| 哈尔滨市| 晋宁县| 达日县| 易门县| 百色市| 云阳县| 富裕县| 武定县| 双鸭山市| 三穗县| 杭锦旗| 长顺县| 房产| 泗洪县| 贵港市| 东乌珠穆沁旗| 台前县| 襄垣县| 海宁市| 五大连池市| 色达县| 富蕴县| 科尔| 木里| 伊吾县| 延安市| 衡阳县| 桓台县| 沈阳市| 乌拉特后旗| 固安县| 疏勒县| 江口县| 文登市| 镇赉县| 鸡西市| 云林县| 嘉祥县| 沾益县|