The Generator class
(PHP 5 >= 5.5.0)
Introdução
Generator objects are returned from generators.
Cuidado
Generator objects cannot be instantiated via new.
Sinopse da classe
Índice
- Generator::current — Get the yielded value
- Generator::key — Get the yielded key
- Generator::next — Resume execution of the generator
- Generator::rewind — Rewind the iterator
- Generator::send — Send a value to the generator
- Generator::throw — Throw an exception into the generator
- Generator::valid — Check if the iterator has been closed
- Generator::__wakeup — Serialize callback
There are no user contributed notes for this page.
