Complete PHP Array Reference
The array_search() function search an array for a value and returns the key.
| Parameter | Description |
|---|---|
| value | Required. Specifies the value to search for |
| array | Required. Specifies the array to search in |
| strict | Optional. Possible values:
When set to true, the number 5 is not the same as the string 5 (See example 2) |
The output of the code above will be:
The output of the code above will be:
Complete PHP Array Reference
Your message has been sent to W3Schools.