php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Generator Class Reference
Inheritance diagram for Generator:
Iterator Traversable

Public Member Functions

 rewind ()
 
 valid ()
 
 current ()
 
 key ()
 
 next ()
 
 send (mixed $value)
 
 throw (Throwable $exception)
 
 getReturn ()
 
 __debugInfo ()
 

Detailed Description

@generate-class-entries @strict-properties @not-serializable

Definition at line 9 of file zend_generators.stub.php.

Member Function Documentation

◆ __debugInfo()

Generator::__debugInfo ( )

Definition at line 27 of file zend_generators.stub.php.

◆ current()

Generator::current ( )

@tentative-return-type

Implements Iterator.

Definition at line 15 of file zend_generators.stub.php.

◆ getReturn()

Generator::getReturn ( )

Definition at line 25 of file zend_generators.stub.php.

◆ key()

Generator::key ( )

@tentative-return-type

Implements Iterator.

Definition at line 17 of file zend_generators.stub.php.

◆ next()

Generator::next ( )

@tentative-return-type

Implements Iterator.

Definition at line 19 of file zend_generators.stub.php.

◆ rewind()

Generator::rewind ( )

@tentative-return-type

Implements Iterator.

Definition at line 11 of file zend_generators.stub.php.

◆ send()

Generator::send ( mixed $value)

Definition at line 21 of file zend_generators.stub.php.

◆ throw()

Generator::throw ( Throwable $exception)

Definition at line 23 of file zend_generators.stub.php.

◆ valid()

Generator::valid ( )

@tentative-return-type

Implements Iterator.

Definition at line 13 of file zend_generators.stub.php.


The documentation for this class was generated from the following file: