编程爱好者之家
把php版本从5.6切换到7.2上,报如下错误:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP;
这个报错的原因是 PHP7 不再支持与类名相同的构造方法,构造方法统一使用 __construct(), 比如下面的写法 PHP7 就会报这个错误
改前为:
改之后为:
TP5利用phpforword生成word表格文档
thinkphp5.1生成xml
PHP阿里云短信接口发送短信
PHP DES加密解密类
通过QQ互联实现网站第三方登录
qq互联用PHP SDK获取了token和openid 调用api的get_user_info方法出错解决办法
php做可多选择的checkbox日历
PHP中AES加密解密类
PHP生成动态二维码类库phpqrcode
phpmailer发送163,yeah邮箱
关于我们 | 联系我们
Copyright © 2018-2023, All Rights Reserved. 编程爱好者之家 版权所有 豫ICP备14023852号