update : 2015.11.03
php.shukuma.com

검색:
 
 
Check whether the array contains more elements

SplFixedArray::valid

(PHP 5 >= 5.3.0)

SplFixedArray::validCheck whether the array contains more elements

설명

public bool SplFixedArray::valid ( void )

Checks if the array contains any more elements.

인수

이 함수는 인수가 없습니다.

반환값

Returns TRUE if the array contains any more elements, FALSE otherwise.