ob_start();hola();$varHola = ob_get_clean();$html = <<<HTML <HTML> <body> {$varHola} </body> </html>HTML;