How to redirect output of PHP script DURING execution?

Posted by George Edison on Stack Overflow See other posts from Stack Overflow or by George Edison
Published on 2010-04-17T03:33:44Z Indexed on 2010/04/17 3:43 UTC
Read the original article Hit count: 310

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about redirect