花费 6 ms
通过手机号获取定位

function getMobileLoc($mobile){ $data = array('province'=>'','city'=>''); $url = "https://sp0 ...

Fri Jul 31 01:35:00 CST 2020 0 1041
api请求允许跨域的问题

让api请求允许跨域 header("Access-Control-Allow-Origin:*");header('Access-Control-Allow-Credentials:true'); ...

Sat Jun 13 18:08:00 CST 2020 0 771
判断字符串中中是否有手机号

//查找手机号或者电话号码function findThePhoneNumbers($oldStr = ""){ // 检测字符串是否为空 $oldStr=trim($oldStr); $number ...

Thu May 13 22:53:00 CST 2021 0 1342
PHP 实现过滤参数字符的方法

//参数处理函数2function RepPostVar2($val){ if($val!=addslashes($val)) { exit(); } if(substr($val,-1)=="\\ ...

Thu May 09 19:17:00 CST 2019 0 552

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM