如何在此数组中使用字符串“/ Muh Ghazali Akbar”。
array (2) {[0] => object (stdClass) # 218 (1) {["selectPath (12)"] => string (18) "/ Muh Ghazali Akbar"}
在我的原始查询中
$path = DB::table('folders')->select(DB::raw('selectPath('.$folder->id.')'))->get();
var_dump($path);