Cassandra\Rows::offsetExists PHP Method

offsetExists() public method

Returns existence of a given row.
See also: ArrayAccess::offsetExists()
public offsetExists ( integer $offset ) : boolean
$offset integer row index
return boolean whether a row at a given index exists
    public function offsetExists($offset)
    {
    }