Posted: Thu Jul 05, 2007 8:47 pm
Thanks! That makes a lot of sense... its always better to have a better understanding of the language I'm usingfeyd wrote:sleep() has nothing to do with output. PHP sends its buffer to the web server once itIf neither condition has been met, then no output will be sent to the web server. That does not mean output has not started however because to PHP, it has.
- reaches a certain size
- is told to
The web server may have a buffer too before it begins transmission to the requesting agent.