Page 1 of 1

what do 1024 n 2048 means?

Posted: Tue Oct 18, 2005 8:34 pm
by akazukin
$moredetails .= fgets ($fp, 2048);
$moredetails .= fgets ($fp, 1024);
In my source code, scripted by others, I have noticed that there are 2 different numbers , 1024 and 2048. Anyone noe what do they mean??

Posted: Tue Oct 18, 2005 8:38 pm
by feyd
the documentation explains it...

http://php.net/function.fgets