Computer Science, asked by Arshchawla1710, 1 year ago

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()

Answers

Answered by choudhary21
0
B. The array_key_exists() ✔✔


The function returns TRUE if the given key is set in the array.

The key can be any value possible for an array index.

The specified array whose keys will be checked.
Answered by brainlystargirl
2
Heya.

See here for your answer..

=======

The answer B is correct,

array _key _exist ()

It's the function return true if given key set the array..

It's value will be checked by the array..

Thank you
Similar questions