Cassandra\Set::has PHP 메소드

has() 공개 메소드

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