Your english is fine!
The flush() function should work, and I'm surprised that it doesn't. This does, however, mean that there's no way you can flush output during the script.
ob_implicit_flush(true) says it will implicitly flush every bit of output (same as saying flush() after every echo or print).
See if that works. If not, you're screwed 🙂