页面出现“PHP Default value for parameters with a class type hint can only be NULL” 怎么解决?
元素模板为您解答
共有两种方法:
1. 将php的版本切换到PHP7;
2. 将php代码中的函数定义中的参数定义的变量类型删除了。
function test(string $x){
// ....
}
把红色部分string直接删除即可
页面出现“PHP Default value for parameters with a class type hint can only be NULL” 怎么解决?
元素模板为您解答
共有两种方法:
1. 将php的版本切换到PHP7;
2. 将php代码中的函数定义中的参数定义的变量类型删除了。
把红色部分string直接删除即可
本文来源:PHP Default value for parameters with a class type hint can only be NULL
本文地址:https://www.ys720.com/jiaocheng/3990.html
版权声明:本文采用[BY-NC-SA]协议进行授权,如无特别说明,转载请注明本文地址!