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