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