How do you reindex an array in PHP but with indexes starting from 1?
I have the following array, which I would like to reindex so the keys are reversed (ideally starting at 1):
I have the following array, which I would like to reindex so the keys are reversed (ideally starting at 1):