update : 2015.11.03
php.shukuma.com검색:
|
QuickHashIntStringHash::getSize(PECL quickhash >= Unknown) QuickHashIntStringHash::getSize — Returns the number of elements in the hash 설명
public int QuickHashIntStringHash::getSize ( void
)
Returns the number of elements in the hash. 반환값The number of elements in the hash. 예제
Example #1 QuickHashIntStringHash::getSize() example
<?php 위 예제의 출력 예시: bool(true) bool(true) int(2) |