簡體   English   中英

不再支持帶花括號的數組和字符串偏移訪問語法 Php

[英]Array and string offset access syntax with curly braces is no longer supported Php

我正在使用 Php(Codeigniter),我想在我的項目中使用“excel”庫,我在“libraries”文件夾中上傳了文件和文件夾並使用以下代碼

public function __construct() {
        parent::__construct();        
$this->load->library('excel');
$this->load->model('Crud_model');
}

但是我收到“不再支持帶花括號的數組和字符串偏移訪問語法”錯誤,我該如何解決這個問題? 先感謝您。

The code on your excel library is not support anymore with your current php version, you can downgrade php version or use the new excel library like PhpSpreadsheet

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM