[go: nahoru, domu]

Voting

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

The Note You're Voting On

Paul Yanchenko
18 years ago
There is another workaround for ob_implicit_flush() in console. Yes, it doesn't works as expected, but you can get similar result by specifying chunk_size=2 in ob_start():

<?php
ob_start
('ob_logstdout', 2);
?>

This will result that every new line (which ends with \n) will flush output buffer.

Hope this will help you.

<< Back to user notes page

To Top