Source Code:
(back to article)
<?php ob_start(); echo "This will be buffered"; ob_end_flush();
Result:
Report an issue