PHP内置Web服务器是否支持使用flush()刷新输出缓冲区?

Can I use the flush() function of PHP when using the builtin webserver? I am starting the php builtin webserver inside /etc/rc.local with

nohup /usr/bin/php -S 0.0.0.0 myindex.php 2>&1 >> /var/log/my.log &