ob_end_clean

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Clean (erase) the output buffer and turn off output buffering
ob_end_clean(): bool
            $octaneResponse->response->sendContent();



            
ob_end_clean();



            
$swooleResponse->end();
            $output ob_get_contents();



            
ob_end_clean();