ob_get_contents

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Return the contents of the output buffer
ob_get_contents(): string|false
            $response $gateway->handle($request);



            
$output ob_get_contents();



            
ob_end_clean();