Cassandra\Rows::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

Removes a row at given index.
또한 보기: ArrayAccess::offsetUnset()
public offsetUnset ( integer $offset ) : void
$offset integer row index
리턴 void
    public function offsetUnset($offset)
    {
    }