Re: [PHP] Explicit Stream Flush with fsockopen()

2006-12-06 Thread Oliver John V. Tibi
Hi Richard, Thanks for the help, and I almost forgot to thank you for it. Reason for the timeout to occur in the posts that I have mentioned before was a simple End Of Transmission character (EOT, ASCII 4) that terminates every message sent to and from the server. And by the way, thank you. :)

Re: [PHP] Explicit Stream Flush with fsockopen()

2006-06-05 Thread Richard Lynch
http://php.net/fflush On Sun, June 4, 2006 9:51 pm, Oliver John V. Tibi wrote: > Hi Guys, > > I know this may sound fundamental to some of you, but do you know any > way of explicitly flushing out stream buffers off to the socket using > fsockopen()/fputs() combos? Hope to hear from you soon. >

[PHP] Explicit Stream Flush with fsockopen()

2006-06-04 Thread Oliver John V. Tibi
Hi Guys, I know this may sound fundamental to some of you, but do you know any way of explicitly flushing out stream buffers off to the socket using fsockopen()/fputs() combos? Hope to hear from you soon. Note: I'm not using http, and I'm connecting to some other arbitrary port other than ht