PHP - Arrays
Which of the following is the correct syntax to check if the value 5 exists in array
$arr using in_array?$arr using in_array?in_array(value, array).in_array(5, $arr); which is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions