|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| rewind () | |
| valid () | |
| current () | |
| key () | |
| next () | |
| send (mixed $value) | |
| throw (Throwable $exception) | |
| getReturn () | |
| __debugInfo () | |
@generate-class-entries @strict-properties @not-serializable
Definition at line 9 of file zend_generators.stub.php.
| Generator::__debugInfo | ( | ) |
Definition at line 27 of file zend_generators.stub.php.
| Generator::current | ( | ) |
| Generator::getReturn | ( | ) |
Definition at line 25 of file zend_generators.stub.php.
| Generator::key | ( | ) |
| Generator::next | ( | ) |
| Generator::rewind | ( | ) |
| Generator::send | ( | mixed | $value | ) |
Definition at line 21 of file zend_generators.stub.php.
| Generator::throw | ( | Throwable | $exception | ) |
Definition at line 23 of file zend_generators.stub.php.
| Generator::valid | ( | ) |