ob_start();
//kodların
$result = ob_get_contents();
ob_end_clean();
return $result;