Skip to content

Instantly share code, notes, and snippets.

@alfredoem
Created October 13, 2016 20:10
Show Gist options
  • Save alfredoem/646816cc3b339bdd8ddbb5ac564bb97c to your computer and use it in GitHub Desktop.
Save alfredoem/646816cc3b339bdd8ddbb5ac564bb97c to your computer and use it in GitHub Desktop.
PHP Tricks
// Search recursive
array_search($value, array_column($resource, 'key'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment