Cassandra\Set::remove PHP Method

remove() public method

Removes a value to this set.
public remove ( mixed $value ) : boolean
$value mixed Value
return boolean whether the value has been removed
    public function remove($value)
    {
    }