Array and string offset access syntax with curly braces is deprecated


PHP7.4不再支持使用大括號訪問數組以及字符串的偏移
php7.4不再支持數組{}寫法,統一為數組[]

修改位置:\thinkphp\library\think\db\Query.php  的  400 行左右

修改為:$seq = (ord($value[0]) % $rule['num']) + 1;


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM