I have an associative array. I need to add ‘:’ to the start of all the keys.
What would be the fastest/simplest way of doing this?
And what would be the most efficient way to do this?
I have an associative array. I need to add ‘:’ to the start of
Share
the simplest way would probably be to build a new array: