А
Size: a a a
А
AH
ДК
ДК
А
А
AH
$ids = [1, 2, 3, 4, 5, 6, 7, 8, ..., N+1];
$result = [];
foreach ($ids as $id) {
$result[] = DB::table('foo')->where('id', $id)->first();
}
return $result;
RK
$ids = [1, 2, 3, 4, 5, 6, 7, 8, ..., N+1];
$result = [];
foreach ($ids as $id) {
$result[] = DB::table('foo')->where('id', $id)->first();
}
return $result;
RK
VY
AH
ДК
AH
RK
ДК
ДК
D
VY