How to unset old array keys and set new array by values of that array?
I’m beginner in PHP. I don’t know how to precisely elaborate this question , so i will try to visualy present the problem: This is an array i have currently: array( (int) 0 => array( (int) 2015 => ‘2015’ ), (int) 1 => array( (int) 2016 => ‘2016’ ), (int) 2 => array( (int) 2017… Read More How to unset old array keys and set new array by values of that array?