Re: Channel Userlist
Philipp Kern <[email protected]>
| Newsgroups | gmane.network.irc.blitzed.web |
|---|---|
| Organization | 0x539.de |
| Message-ID | <[email protected]> |
On Mon, 2003-12-15 at 13:01, Dean Earley wrote: > The sample was written using PHP 4.2 and wont work on 4.1 or below. > You need to specify a length parameter which doesn't work using this model. fgets reads until the \n character or until the buffer is full. So you could easily use fgets($fp, 4096) to use a buffer length ;) Bye, phil -- Philipp Kern <[email protected]> Secure your mails! [GPG-Key: 1024D/B2CFCDD8 (2003-01-08)] Homepage: http://www.philkern.de - ICQ#: 66737654 Have a lot of fun... and a nice journey!