Vidyalelo
PHP · Q47

Arrays

Programming · PHP · question 47

Q47

Which array function checks if the specified key exists in the array?

A.
array_key_exist()
B.
array_key_exists()
Answer
C.
array_keys_exists()
D.
arrays_key_exists()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board