Cassandra\Set::has PHP Méthode

has() public méthode

Returns whether a value is in this set.
public has ( mixed $value ) : boolean
$value mixed Value
Résultat boolean whether the value is in the set
    public function has($value)
    {
    }