Cassandra\Rows::offsetGet PHP Method

offsetGet() public method

Returns a row at given index.
See also: ArrayAccess::offsetGet()
public offsetGet ( integer $offset ) : array | null
$offset integer row index
return array | null row at a given index
    public function offsetGet($offset)
    {
    }