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