#GWGIf I have an array of key value pairs, and the keys are delimiter separated... example key being a:b:c...and I want to turn it into a multidimensional array, what is the most efficient way to do so in PHP? I feel like I could optimize this somehow