📜  count() 参数必须是实现可数 laravel 的数组或对象 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:08.347000             🧑  作者: Mango

代码示例1
//add a typecast array to the array being called
$count = count((array)$originalArray);