Thread context
3 posts in path
Root
@Edent@mastodon.social
Open
on mastodon.social
Open ancestor post
Parent
@derickr@phpc.social
Open
@derickr@phpc.social
@Edent@mastodon.social Output something. *maybe* calling flush() would do it
Hi, I'm Derick. I work on PHP as part of the PHP Foundation. I am the author of @ Xdebug . I like # walking , # languages , # photography , # astronomy , and # space , and will post about these topics alongside # PHP .
phpc.social
Hi, I'm Derick. I work on PHP as part of the PHP Foundation. I am the author of @ Xdebug . I like # walking , # languages , # photography , # astronomy , and # space , and will post about these topics alongside # PHP .
phpc.social
@derickr@phpc.social
·
Mar 06, 2026
@Edent@mastodon.social Documentation indicates flush ought to do it:
"Flushes the system write buffers of PHP and the backend used by PHP (e.g.: CGI, a web server). In a command line environment flush() will attempt to flush the contents of the buffers only whereas in a web context headers and the contents of the buffers are flushed."
—
https://www.php.net/flush
View full thread on phpc.social