Check to see whether a key exists in an Associative Array
Integer_Type assoc_key_exists (Assoc_Type a, String_Type k)
The assoc_key_exists function may be used to determine whether or not a specified key k exists in an associative array a. It returns 1 if the key exists, or 0 if it does not.