<html>
<body>
ob_start();
echo "This content will not be sent to the browser.";
ob_end_clean();
echo "This content will be sent to the browser.";
</body>
<!-- Mirrored from www.w3schools.com/php/phptryit.asp?filename=tryphp_oc_ob_start by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:22:57 GMT -->
</html>