update : 2015.11.03
php.shukuma.com검색:
|
SplFixedArray::count(PHP 5 >= 5.3.0) SplFixedArray::count — Returns the size of the array 설명
public int SplFixedArray::count
( void
)
Returns the size of the array. 인수이 함수는 인수가 없습니다. 반환값Returns the size of the array. 예제
Example #1 SplFixedArray::count() example
<?php 위 예제의 출력: 5 5 주의
참고
|