Skip to content

Instantly share code, notes, and snippets.

@alekpopovic
Created March 8, 2016 11:54
Show Gist options
  • Save alekpopovic/fef27dfebd25f775b7ae to your computer and use it in GitHub Desktop.
Save alekpopovic/fef27dfebd25f775b7ae to your computer and use it in GitHub Desktop.
$array = [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
"1" => [
"key" => "value"
]
]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]];
$array_obj = new RecursiveIteratorIterator(new RecursiveArrayIterator($array));
foreach($array_obj as $key => $value) {
echo $value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment