Php/docs/class.generator

来自菜鸟教程
跳转至:导航、​搜索

(No version information available, might only be in Git)

简介

Generator 对象是从 generators返回的.

Caution Generator 对象不能通过 new 实例化.


类摘要


Generator implements Iterator {

/* 方法 */

public current ( ) : mixed

public key ( ) : mixed

public next ( ) : void

public rewind ( ) : void

public send ( mixed $value ) : mixed

public throw ( Exception $exception ) : void

public valid ( ) : bool

public __wakeup ( ) : void

}

Table of Contents