Hello community,
I came across this one today...
How can I check if a key has already been defined in a hash table ?
Looks pretty simple but I am stuck.
Should I test for null ?
if( null == myHash[1965] )...
Only thing I found is iterate over _get_hashtab_keys() and look for my key which looks weird.
Thanks for any advice.