update : 2015.11.03
php.shukuma.com

검색:
 
 
Generator 클래스

Generator 클래스

(PHP 5 >= 5.5.0)

소개

Generator 객체는 generators 로부터 반한됩니다.

Caution

Generator 객체는 new 키워드로 만들수 없습니다.

클래스 개요

Generator implements Iterator {
/* 메소드 */
public mixed current ( void )
public mixed key ( void )
public void next ( void )
public void rewind ( void )
public mixed send ( mixed $value )
public mixed throw ( Exception $exception )
public bool valid ( void )
public void __wakeup ( void )
}

Table of Contents