G
N
I
D
A
O
L

OB_GET_CONTENTS (OB_START):

 ob_start();

   echo "Привет ";

  $out1 = ob_get_contents();

  ob_end_clean();

  var_dump($out1);