PHP3 Manual | ||
---|---|---|
Prev | Next |
flush -- flush the output buffer
Flushes the output buffers of PHP and whatever backend PHP is using (CGI, a web server, etc.) This effectively tries to push all the output so far to the user's browser.
Prev | Home | Next |
explode | Up | htmlspecialchars |