update : 2015.11.03
php.shukuma.com검색:
|
SplObjectStorage::count(PHP 5 >= 5.1.0) SplObjectStorage::count — Returns the number of objects in the storage 설명
public int SplObjectStorage::count
( void
)
Counts the number of objects in the storage. 인수이 함수는 인수가 없습니다. 반환값The number of objects in the storage. 예제
Example #1 SplObjectStorage::count() example
<?php 위 예제의 출력 예시: int(2) int(2) 참고
|