Cassandra\Rows::offsetExists PHP 메소드

offsetExists() 공개 메소드

Returns existence of a given row.
또한 보기: ArrayAccess::offsetExists()
public offsetExists ( integer $offset ) : boolean
$offset integer row index
리턴 boolean whether a row at a given index exists
    public function offsetExists($offset)
    {
    }