PHP - Arrays
What will be the output of this PHP code?
$arr = [10, 20, 30, 40]; $key = array_search(25, $arr); var_dump($key);
$arr = [10, 20, 30, 40]; $key = array_search(25, $arr); var_dump($key);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions