Here is my array
Array
(
[0] => Array
(
[0] => 710715609
[1] => 3
[2] => 2020-02-28 00:01:01/2020-02-25 00:01:01/2020-02-21 00:01:01
[3] => 2
[4] => sports/Mtunes/Astro/D50
[5] => sports-1/Mtunes-1/Astro-1/D50-2
)
[1] => Array
(
[0] => 119774100
[1] => 2
[2] => 2020-02-22 00:01:01/2020-02-22 00:01:01
[3] => 1
[4] => sports/D50
[5] => sports-1/D50-1
)
)
I want to change these 5 keys in array to (msisdn, logCount, logins, transc, actVas) like this and I have tried by using array_fill_keys
Is there a way to do this ?