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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!