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