How to redirect output of PHP script DURING execution?
- by George Edison
Is there a way to redirect output of an executing PHP script?
Of course this is trivial when launching the script via the command line. But how is this accomplished after the script is started?