PHP 8.5.0 Alpha 1 available for testing

Voting

: min(zero, two)?
(Example: nine)

The Note You're Voting On

rocca at start dot ca
17 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