Created
August 19, 2019 23:51
-
-
Save calevano/7202b01835967f7f9a24d15d0a62e2a0 to your computer and use it in GitHub Desktop.
search value in array multidimensional
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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