Cassandra\Map::offsetExists PHP Method

offsetExists() public method

Returns whether the value a given key is present
public offsetExists ( mixed $key ) : boolean
$key mixed Key to use.
return boolean Whether the value at a given key is present
    public function offsetExists($key)
    {
    }