分类:PHP
the requested PHP extension fileinfo is missing from your system
引入扩展 extension = fileinfo.so
阅读全文 »使用strtotime获取去年上月的日期
语法 strtotime(time,now); 参数/描述 time 必需。规定日期/时间字符串。 now 可选。规定用…
阅读全文 »PHP MPDF8中文乱码
修改配置文件 ‘autoScriptToLang’ => true, ‘aut…
阅读全文 »Call to undefined function bccomp()
缺失php-bcmath
阅读全文 »phpstorm 不能选择 php language level
现象是不能修改PHP版本: 原因是勾选了同步conporser.json 取消即可或者修改composer.json中的…
阅读全文 »beforeAction中无法使用redirect
在beforeAction中判断用户是否登录,如果未登录则执行redirect方法跳转,但实际上并没有! …
阅读全文 »继承YII2模型但beforeValidate在update时不生效
由于需要封装一些数据库映射方法,所以我用一个mapper继承了Yii2生成的model 由于update时使用了静态的f…
阅读全文 »XXX should be compatible with YYY
继承静态方法时报了一个错: Declaration of app\library\i18n\oauthI18n::t()…
阅读全文 »