|
QuickHashIntSet::existsThis method checks whether a key is part of the set Beschreibung
public bool QuickHashIntSet::exists
( int
$key
)This method checks whether an entry with the provided key exists in the set. Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 QuickHashIntSet::exists example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Creating set: 1263588703.0748 Adding elements: 1263588703.0757 Doing 1000 tests: 1263588703.7851 Done, 898 found: 1263588703.7897 |