Untitled
unknown
php
4 years ago
112 B
8
Indexable
<?php
ob_start();
echo '<b>Oi</b>';
$page = ob_get_contents();
ob_end_clean();
echo $page;Editor is loading...
<?php
ob_start();
echo '<b>Oi</b>';
$page = ob_get_contents();
ob_end_clean();
echo $page;