$generator->send('Hello world!'); foreach ($generator as $value) echo "$value\n"; ?> This code falls with the error: PHP Fatal error: Uncaught exception ...
確定! 回上一頁