In php, is there any way to clear/remove all previously echoed or printed items?
For example:
Output buffering functions
The output buffering functions are also useful in hackery to coerce functions that only print to return strings, ie.