map_has_key($map, $key)
Returns whether a map has a value associated with a given key.
Examples:
map-has-key(("foo": 1, "bar": 2), "foo") => true map-has-key(("foo": 1, "bar": 2), "baz") => false
Parameters:
Returns:
Raises:
Please login to continue.
Please login to continue.