The array_key_exists() function checks an array for a specified key, and returns true if the key exists and false is the key does not exist.
Hint: Remember that if you skip the key when you specify an array, an integer key is generated, starting at 0 and increases by 1 for each value. (See Example)
The output of the code above will be:
Your Query was successfully sent!