php clean all output buffers

64

php clean all output buffers -

while ( ob_get_level() ) {
  ob_end_clean();
}

Comments

Submit
0 Comments