Cassandra\Rows::offsetUnset PHP Méthode

offsetUnset() public méthode

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