How to Flatten and Merge Arrays in PHP   
  
    There is no built in function for taking a multi dimensional array in PHP and flattening it into a single array.  However, it's pretty easy to accomplish in a one liner. Here is the code
    ...  
  
    
      Written by Sean Behan on 09/28/2018