function getMobileLoc($mobile){ $data = array('province'=>'','city'=>''); $url = "https://sp0 ...
function getMobileLoc($mobile){ $data = array('province'=>'','city'=>''); $url = "https://sp0 ...
$sql1 = Db::name('user')->field('id,username')->where('id <=10')->buildSql(); $sql2 = Db ...
让api请求允许跨域 header("Access-Control-Allow-Origin:*");header('Access-Control-Allow-Credentials:true'); ...
//查找手机号或者电话号码function findThePhoneNumbers($oldStr = ""){ // 检测字符串是否为空 $oldStr=trim($oldStr); $number ...
//参数处理函数2function RepPostVar2($val){ if($val!=addslashes($val)) { exit(); } if(substr($val,-1)=="\\ ...