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