There is a multidimensional array of the form:
[ 0 => [ 0 => '71' 1 => [ 0 => [ 0 => 'time' 1 => 1522957532 ] 1 => [ 0 => 'user_id' 1 => '111' ] 2 => [ 0 => 'status' 1 => 2 ] ] ] 1 => [ 0 => '57'.. Tell me how to put in this form:
[ 0 => [ 'id' => '71', 'time' => 1522957532, 'user_id' => '111', 'status' => 2 ]..