• #dev 2020-07-18
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2020-07-18 UTC
# 17:49
GWG
If 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