|
QuickHashIntHash::existsThis method checks whether a key is part of the hash 説明
public bool QuickHashIntHash::exists(int
$key )This method checks whether an entry with the provided key exists in the hash. パラメータ
戻り値
Returns 例
例1 QuickHashIntHash::exists example
上の例の出力は、 たとえば以下のようになります。 Creating hash: 1263588703.0748 Adding elements: 1263588703.0757 Doing 1000 tests: 1263588703.7851 Done, 898 found: 1263588703.7897 |