update : 2015.11.03
php.shukuma.com검색:
|
QuickHashStringIntHash::get(No version information available, might only be in Git) QuickHashStringIntHash::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 QuickHashStringIntHash::get() example
<?php 위 예제의 출력 예시: bool(false) bool(true) int(2) |