Less than 1 minute
in_uarray
Checks if a value exists in an array using a callback function.
public in_uarray({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$haystack | mixed | the array |
$callback | callable | The callback function to use. This function should return true if the value matches. |
Generated by Hazaar API Doc Generator