PHP » GoLang |
login |
register |
about
|
GoLang Generator::getReturn
request it (342)
GoLang replacement for PHP's Generator::getReturn
[edit | history]
Generator::getReturn(PHP 7) Generator::getReturn — Get the return value of a generator DescriptionParametersThis function has no parameters. Return ValuesReturns the generator's return value once it has finished executing. Examples
Example #1 Generator::getReturn() example
<?php The above example will output: 1 2 3 |
more
Recently updated
more
Most requested
more
Last requests
|