1.

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

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


Discussion

No Comment Found