<?php $array = [ ['cs_map_id' => 84, 'cs_subject_id' => 1], ['cs_map_id' => 85, 'cs_subject_id' => 5], ]; $padWith = ['flag' => 1]; var_export( array_map( fn($v) => $v + $padWith, $array ) );
You have javascript disabled. You will not be able to edit any code.