update : 2015.11.03
php.shukuma.com검색:
|
QuickHashIntHash::get(PECL quickhash >= Unknown) QuickHashIntHash::get — This method retrieves a value from the hash by its key 설명
public int QuickHashIntHash::get
( int
$key
)This method retrieves a value from the hash by its key. 인수
반환값
The value if the key exists, or 예제
Example #1 QuickHashIntHash::get() example
<?php 위 예제의 출력 예시: bool(false) bool(true) int(1) bool(true) int(5) |