Cassandra\Rows::offsetGet PHP Метод

offsetGet() публичный Метод

Returns a row at given index.
См. также: ArrayAccess::offsetGet()
public offsetGet ( integer $offset ) : array | null
$offset integer row index
Результат array | null row at a given index
    public function offsetGet($offset)
    {
    }