Cassandra\Collection::remove PHP Méthode

remove() public méthode

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