Skip to content

Instantly share code, notes, and snippets.

@qwersk
Created December 15, 2017 07:18
Show Gist options
  • Save qwersk/b97af62bcdfede8e43e8f133b8ba4776 to your computer and use it in GitHub Desktop.
Save qwersk/b97af62bcdfede8e43e8f133b8ba4776 to your computer and use it in GitHub Desktop.
Multidimensional array to single array #PHP
<?php
$single = array_reduce($multi, 'array_merge', array());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment