How to Flatten an array in PHP (four methods)
There’s no built-in function in PHP to flatten a multi-dimensional array, but it’s not a difficult thing to do in PHP. In fact, it’s quite easy.
✋ Update: This post was originally published on my blog decodingweb.dev, where you can read the latest v...
lavary.hashnode.dev5 min read