发新帖

[PHP] Array and string offset access syntax with curly braces is deprecated原因

零下一度 2021-7-21 692

PHP7.4不再支持使用大括号访问数组以及字符串的偏移_PHP代码

php7.4不支持数组{}写法,统一为数组[]

$this->rawtext{$this->position++}

改成

$this->rawtext[$this->position++]


最新回复 (0)
返回
零下一度
主题数
928
帖子数
0
注册排名
1