生成器类

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

简?/h2>

Generator 对象是从 generators返回?

警告

Generator 对象不能通过 new 实例?

类摘?/h2>
final class Generator implements Iterator {
/* 方法 */
public current(): mixed
public getReturn(): mixed
public key(): mixed
public next(): void
public rewind(): void
public send(mixed $value): mixed
public throw(Throwable $exception): mixed
public valid(): bool
public __wakeup(): void
}

参见

也可以参?遍历对象?/p>

目录

7i24.Com
l>