Methods with the same name as their class will not be constructors报错解决方法
PHP7错误提示: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; idna_convert has a deprecated constructor in 这个报错的原因是 PHP7 不再支持与类名相同的构造方法,构造方法...
-
共1页/1条