Cassandra\Rows::offsetUnset PHP Method

offsetUnset() public method

Removes a row at given index.
See also: ArrayAccess::offsetUnset()
public offsetUnset ( integer $offset ) : void
$offset integer row index
return void
    public function offsetUnset($offset)
    {
    }