Are ob_start / ob_get_clean() considered bad practice by php programmers in general?
ob_start
ob_get_clean()
Are there any disadvantages of output buffering?
It's actually a good practice. Speed up data transfer