Re: [PHP] php fgets()

2002-05-15 Thread Miguel Cruz
On Wed, 15 May 2002, arnaud gonzales wrote: > I'm newbie in php and i would like to clearly understand how can i use: > LENGTH in string fgets ( int fp [, int length]) > > "Returns a string of up to length - 1 bytes read from the file pointed to by > fp. Reading ends when length - 1 bytes ha

[PHP] php fgets()

2002-05-14 Thread arnaud gonzales
Hi, I'm newbie in php and i would like to clearly understand how can i use: LENGTH in string fgets ( int fp [, int length]) "Returns a string of up to length - 1 bytes read from the file pointed to by fp. Reading ends when length - 1 bytes have been read, on a newline (which is included in t