Deprecated: Array and string offset access syntax with curly braces is deprecated in
原创
52cxy
03-07 09:48
回复数:1
Deprecated: Array and string offset access syntax with curly braces is deprecated in
共1条回答
52cxy·2024/03/07
PHP7.4之后不再支持数组{}写法,统一为数组[],否则会提示警告。
如$array{0},标准的写法为:$array[0]
评论
举报
最近更新
- General error: 1366 Incorrect string value: '
- cURL and libcurl 有何区别与联系
- PHP_XLSXWriter 使用教程
- postgres installation the database cluster in
- error TS2583: Cannot find name 'Map'. Do you
- Failed to mount component: template or render
- Error: libzip5-tools conflicts with libzip-0.
- Got error 'PHP message: PHP Fatal error: Unc
- mysql中使用select into from报错
- General error: 1390 Prepared statement contai