Back

ob_get_contents() PHP Function

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

ob_start(); <div><h1>HI</h1></div> $out2 = ob_get_contents(); ob_end_clean(); echo $out2