Flatten Multidimensional Arrays in PHP
Sometimes when dealing with deeply nested, multidimensional arrays, it can be tedious to write out a full reference to an array element. In the case of a recursive folder tree, we could see an array that looks something like this: […]