亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

file_get_contents()

Warning: file_get_contents(https//tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=18111111111): failed to open stream: No error in G:\wamp64\www\number\libs\ImHttpRequest.php on line?21

代碼:

<?php

namespace libs;

class ImHttpRequest {

public static function request($url,$params = [],$method='GET'){

$response = null ;

if($url){

$method = strtoupper($method);

if($method == 'POST'){

}elseif($method == 'PUT'){

}elseif ($method == 'DELETE'){

}else {

if(is_array($params) and count($params) ){

if(strripos($url,'?')){

$url = $url.'&'.http_build_query($params);

}else {

$url = $url.'?'.http_build_query($params);

}

$response = file_get_contents($url);

}

}

}

return $response;

}

}

?>


正在回答

0 回答

舉報

0/150
提交
取消
PHP實現手機歸屬地查詢
  • 參與學習       27500    人
  • 解答問題       43    個

本php教程會帶大家從0開始開發歸屬地查詢WEB應用,很強勢

進入課程

file_get_contents()

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號