mysql中each( use () {})
时间:2019-07-09 14:45:43
收藏:0
阅读:219
查询语句->each(function ($item, $key) use (&$events) {
$events[] = [
"attachment" => $item->screenpath,
"black_url" => $item->blackurl,
"dip" => null
];
});
原文:https://www.cnblogs.com/L-moye/p/11157021.html
评论(0)