Skip to content

Instantly share code, notes, and snippets.

@qwersk
Last active July 19, 2017 10:35
Show Gist options
  • Save qwersk/0488736e9686874122632653a32aa572 to your computer and use it in GitHub Desktop.
Save qwersk/0488736e9686874122632653a32aa572 to your computer and use it in GitHub Desktop.
MULTIDIMENSIONAL ARRAY TO ONE DIMENSIONAL #PHP
// $array - array to convert
// return array
$result = array_reduce($array, "array_merge", array());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment