update : 2015.11.03
php.shukuma.com검색:
|
QuickHashIntSet::exists(PECL quickhash >= Unknown) QuickHashIntSet::exists — This method checks whether a key is part of the set 설명
public bool QuickHashIntSet::exists
( int
$key
)This method checks whether an entry with the provided key exists in the set. 인수
반환값
Returns 예제
Example #1 QuickHashIntSet::exists() example
<?php 위 예제의 출력 예시: Creating set: 1263588703.0748 Adding elements: 1263588703.0757 Doing 1000 tests: 1263588703.7851 Done, 898 found: 1263588703.7897 |