I have values in some array I want to re index the whole array such that the the first value key should be 1 instead of zero i.e.
By default in PHP the array key st
In php Use this
'Month'=> [ 1 => "January","February","March","April","May","June","July","August","September","October","November","December"],