Skip to content

Instantly share code, notes, and snippets.

@viralgh
Last active September 10, 2015 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viralgh/4bd9cce1c4c744ea69fa to your computer and use it in GitHub Desktop.
Save viralgh/4bd9cce1c4c744ea69fa to your computer and use it in GitHub Desktop.
<?php
$it = new RecursiveIteratorIterator(new RecursiveArrayIterator($multi_dimensional_array));
$flat_array = iterator_to_array($it, false); // second parameter to preserve keys [default = true]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment