PHP 8.5.0 RC 2 available for testing

Voting

: max(seven, five)?
(Example: nine)

The Note You're Voting On

Anonymous
6 years ago
Regarding buffering by browser you can use:

$out=str_pad($yourMessage.'<br/>',1024);
print($out);
ob_flush();
flush();

Works for me in Firefox 60 ESR.

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /