php中ipv6转纯数字和反转-偶像资源网

php中ipv6转纯数字和反转

最近发现网站统计中有一些IP的结果存储的是0,经过捕捉发现获取到的IP地址是IPv6的,使用IPv4的方法转换就会有问题,接下来为大家介绍一下php中ipv6转纯数字和反转的方法,有需要的小伙伴可以参...
composer更新报错Carbon 1 is deprecated, see how to migrate to Carbon 2-偶像资源网

composer更新报错Carbon 1 is deprecated, see how to migrate to Carbon 2

最近在调整Laravel做的一个项目,使用composer更新的时候提示Carbon 1 is deprecated, see how to migrate to Carbon 2,接下来为大家介绍一下解决方法,有需要的小伙伴可以参考一下: 1、报错...
Strict Standards: Only variables should be passed by reference in的解决方法-偶像资源网

Strict Standards: Only variables should be passed by reference in的解决方法

在网上找了一个方法执行的时候提示Strict Standards: Only variables should be passed by reference in,接下来吾爱变成为大家介绍一下解决方法,有需要的小伙伴可以参考一下 1、错误提示: 2...
Warning: get_headers(): SSL operation failed with code 1-偶像资源网

Warning: get_headers(): SSL operation failed with code 1

最近在项目中使用get_headers函数获取状态码信息,由于目标地址是https的,提示:Warning:  get_headers(): SSL operation fAIled with code 1,接下来为大家介绍一下解决方法,有需要的小...
ThinkPHP彻底关闭runtime下log日志-偶像资源网

ThinkPHP彻底关闭runtime下log日志

ThinkPHP是为了简化企业级应用开发和敏捷WEB应用开发而诞生的开源轻量级PHP框架,很多使用者用来开发自己的网站,在使用的过程中会runtime文件夹会变的很大,今天就为大家详细的介绍一下thinkph...