doujing4555 2019-08-02 19:02
浏览 76

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 &

  • 写回答

0条回答 默认 最新

    报告相同问题?