update : 2015.11.03
php.shukuma.com

검색:
 
 
Check if the iterator has been closed

Generator::valid

(PHP 5 >= 5.5.0)

Generator::validCheck if the iterator has been closed

설명

public bool Generator::valid ( void )

인수

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

반환값

Returns FALSE if the iterator has been closed. Otherwise returns TRUE.