Skip to content

Instantly share code, notes, and snippets.

@calevano
Created August 19, 2019 23:51
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 calevano/7202b01835967f7f9a24d15d0a62e2a0 to your computer and use it in GitHub Desktop.
Save calevano/7202b01835967f7f9a24d15d0a62e2a0 to your computer and use it in GitHub Desktop.
search value in array multidimensional
$key = array_search('100', array_column($userdb, 'uid'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment