Cassandra\Collection::remove PHP 메소드

remove() 공개 메소드

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