update page now
PHP 8.5.6 Released!

Voting

: min(seven, three)?
(Example: nine)

The Note You're Voting On

rocca at start dot ca
18 years ago
You can also get the unbuffered output with Linux/Apache without having to do the implicit flush after each line by calling:

ob_implicit_flush(true);
ob_end_flush();

...at the start of the script.

<< Back to user notes page

To Top