[Asterisk-Dev] RE: How to use PHP to monitor manager output
alex at pilosoft.com
alex at pilosoft.com
Mon Jul 25 17:13:43 MST 2005
On Mon, 25 Jul 2005, Obelix wrote:
> I was able to solve the problem, coming to think of it really wasn't
> much of a problem.
>
> It turned out I should have used fputs(STDOUT, string) to send the
> output to the screen, rather than the echo command I was using. It was
> all fine after that?
>
> what are the fundamental differences between echo and fputs(STDOUT,
> string) that causes the output to be sent to the screen immediately in
> one case, and as batch in another?
Buffering 101.
http://us2.php.net/outcontrol
*plonk*
-alex
More information about the asterisk-dev
mailing list