-
php获取ip归属地
/***@name:获取ip归属地*@param{str}$ipIP地址*@author:Turbo*@Date:2022-05-2009:15:44*/publicfunctiongetIpAddress($ip=''){if(empty($ip)){$ip=$_REQUEST['ip'];if(empty($ip))die('请传输ip地址');//根据实际调用方式去返回数据}$ch=curl… -
php将汉字转为拼音
php将汉字转为拼音 -
PHP 获取最近一年的月份
$z=date('Y-m');$a=date('Y-m',strtotime('-11months'));$begin=newDateTime($a);$end=newDateTime($z);$end=$end->modify('+1month');$interval=newDateInterval('P1M');$daterange=newDatePeriod($begin,$interval… -
composer报错:A temporary file could not be opened to write the process output: fopen(C:\Users\ADMINI~1\AppData\Local\Temp\2\sf_proc_00.out.lock): failed to open stream: No such file or directory
问题:在winserver2012服务器上安装composer后,使用composer报错Atemporaryfilecouldnotbeopenedtowritetheprocessoutput: fopen(C:\Users\ADMINI~1\AppData\Local\Temp\2\sf_proc_00.out.lock):failedtoopenstream:Nosuchfile… -
PHP 下载远程图片保存到本地
/***下载远程图片保存到本地*@accesspublic*@returnarray*@paramsstring$url远程图片地址*@paramsstring$save_dir需要保存的地址*@paramsstring$filename保存文件名*/functiondownloadImage($url,$save_dir='./upload/headpic/',$filename=''){if(… -
cURL error 60: SSL certificate problem: unable to get local issuer certificate
一、进入https://curl.haxx.se/docs/caextract.html随便选一个下载到本地二、编辑php.ini文件curl.cainfo="文件地址"//注意对应PHP版本目录下的ini三、开启SSL扩展,并重启服务器 -
PHP获得数组交集与差集的方法
一、数组的交集array_intersect()array_intersect()函数返回一个保留了键的数组,这个数组只由第一个数组中出现的且在其他每个输入数组中都出现的值组成。其形式如下:arrayarray_intersect(arrayarray1,arrayarray2[,arrayN…])下面这个例子将返回在fruit1数组中出现的且在fruit1数组中出现的且在fruit… -
Emlog获取所有文章浏览量代码
获取所有文章访问总量: