From 4b7d19d373236d84a493b3b99eccf2f1f71f735b Mon Sep 17 00:00:00 2001
From: Derek Allard Please note that your _output() function will receive the data in its finalized state. Benchmark and memory usage data will be rendered,
-cache files written (if you have caching enabled), and headers will be sent (if you use that feature)
+cache files written (if you have caching enabled), and headers will be sent (if you use that feature)
before it is handed off to the _output() function. If you are using this feature the page execution timer and memory usage stats might not be perfectly accurate
since they will not take into acccount any further processing you do. For an alternate way to control output before any of the final processing is done, please see
-the available methods in the Output Class.
}