简体   繁体   中英

implode(): Passing glue string after array is deprecated. Swap the parameters

I am using xampp in linux(ubuntu).I have installed php7.4 and php5.6,I switch the php version as per project.This particular error I got is in laravel project(version 5.5) when I tried to upload data.I have updated "fzaninotto/faker" as well.The project was running well in my previous os(windows) and now in linux it is showing this error.If it is due to php version then I switched to 5.6 version as well but error is same.

在此处输入图像描述

implode changed in php7.4

Changelog php7.4 函数内爆

Before php7.4 you could have the order of parameters be in any order.

The only way to have this error thrown is if you are using php >= 7.4

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM