<?php ob_end_clean(): bool
<?php $octaneResponse->response->sendContent(); ob_end_clean(); $swooleResponse->end();
<?php $output = ob_get_contents(); ob_end_clean();