i want search in value array
this is my code
$array = array(0 => 'blue', 1 => 'red', 2 => 'green d3', 3 => 'red rd');
echo array_search('green', $array);
but this code is unique, i need find value
for example my code must be show: 2
help me pelase
thank you


Sign In
Create Account


Back to top









