ob_end_clean

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Clean (erase) the contents of the active output buffer and turn it off
<?php ob_end_clean(): bool
<?php     public function tearDown(): void

    {

        $this->fpm->stop();

        ob_end_clean();

    }
<?php     public function tearDown(): void

    {

        $this->fpm->stop();

        ob_end_clean();

    }



    public function provide API Gateway versions(): array
<?php     protected function tearDown(): void

    {

        Server::stop();

        ob_end_clean();

    }



    public function test basic behavior()