update : 2015.11.03
php.shukuma.com검색:
|
QuickHashIntHash::exists(PECL quickhash >= Unknown) QuickHashIntHash::exists — This 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 예제
Example #1 QuickHashIntHash::exists() example
<?php 위 예제의 출력 예시: Creating hash: 1263588703.0748 Adding elements: 1263588703.0757 Doing 1000 tests: 1263588703.7851 Done, 898 found: 1263588703.7897 |