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)
    {
    }