i have an array something like given below is it possible to find the key index of the array if i provide a slab id value in php?
Array
(
[0] => incentiveSlab Object
(
[slabId] => 1
[templateId] => 1
[startPoint] => 0
[endPoint] => 1000000
[value] => 0
)
[1] => incentiveSlab Object
(
[slabId] => 2
[templateId] => 1
[startPoint] => 1000000
[endPoint] => 2500000
[value] => 0.5
)
)