function array_column_flip($array, $column) {
$index = [];
foreach($array as $item) {
$index[$item[$column]] = 1;
}
return $index;
}
$index = array_column_flip($arr1, 'id');
?>
<?php foreach($arr2 as $item): ?>
<checkbox <?= isset($index[$item['id']]) ? "checked" : "" ?>>
<?php endforeach ?>
— что такое: пыхтит, кряхтит, а в жопу не толкает?
— новая советская машина для толкания в жопу
- ниработаит, насяльника!