我将 foreach 结果设置为数组变量,数组给我一些id,
$categoryIDs = explode(',', $result->category_id);
我已经尝试找到解决方案,但没有任何效果,任何来源都是: Converting indexed array to normal or simple array How to convert an array to object in PHP? Display array elements as normal CSV - PHP
如果我用 print_r()显示结果,我会看到正确的结果,但我怎样才能将其转换为:32,432,21,543?