Cassandra\Collection::remove PHP Method

remove() public method

Deletes the value at a given index
public remove ( integer $index ) : boolean
$index integer Index
return boolean Whether the value at a given index is correctly removed
    public function remove($index)
    {
    }