当前位置:网站首页>array_ column() expects parameter 1 to be array, array given

array_ column() expects parameter 1 to be array, array given

2022-06-11 00:20:00 Chafferer WANG

No error is reported for local normal operation , But the online environment will report errors . Of two environments php Versions,

How to write an error report :

array_column($data['content'], 'id')

No error reporting :

$temp_data = $data['content'];
array_column($temp_data , 'id');
原网站

版权声明
本文为[Chafferer WANG]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206102258028126.html