array_search
array_search — Searches the array for a given value and returns the first corresponding key if successful.Description
array_search( mixed $needle,Searches for needle in haystack.
array $haystack,
bool $strict = false ): int|string|false
Parameters
needle
The searched value.
haystack
The array.
strict
If the third parameter strict is set to true then the array_search() function will search for identical elements in the haystack. This means it will also perform a strict type comparison of the needle in the haystack, and objects must be the same instance.
Return Values
Returns the key for needle if it is found in the array, false otherwise.More information about array_search on official PHP documentation site
array_search - Popular snippets
- PHP 8.0 / MySQL 5.7 array_search
last run:
2022-04-28 18:43:35
27
- PHP 8.1 / MySQL 5.7 array_slice array_search min array_sum var_dump
last run:
2024-01-30 09:35:16
12
- PHP 8.0 / MySQL 5.7 array_search var_export
last run:
2021-08-14 23:02:58
11
- PHP 8.1 / MySQL 5.7 var_dump array_search
last run:
2024-08-08 13:47:59
8
- PHP 8.1 / MySQL 8.0 array_search array_slice array_map
last run:
2024-02-29 10:22:47
8
- PHP 7.4 / MySQL 5.7 array_search var_export
last run:
2024-07-08 00:25:27
8
- PHP 7.4 / MySQL 5.7 array_search
last run:
2023-10-10 14:22:03
6
- PHP 8.0 / MySQL 5.7 array_search end array_map implode print_r
last run:
2021-09-17 13:44:03
6
- PHP 8.1 / MySQL 5.7 microtime array_reduce var_dump array_search
last run:
2024-01-19 11:40:02
5
- PHP 7.4 / MySQL 5.7 array_keys print_r usort array_search
last run:
2022-01-03 21:23:02
5
array_search - New snippets
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:54:53
1
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:54:44
1
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:53:05
1
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:52:57
3
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:52:32
1
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:50:32
1
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:50:09
1
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:49:56
1
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:49:45
1
-
PHP 8.2.13 / MySQL 8.0 array_search json_encode print_r log
added at:
2024-11-15 07:49:04
1