Hash
HEXISTS
Checks if a field exists in a hash.
Arguments
The key to get.
The field to check.
Response
1
if the hash contains field
. 0
if the hash does not contain field
, or key
does not exist.
Was this page helpful?
Checks if a field exists in a hash.
The key to get.
The field to check.
1
if the hash contains field
. 0
if the hash does not contain field
, or key
does not exist.
Was this page helpful?