Max. file size in fopen
am 17.10.2007 10:40:50 von pradeepHello all,
Can you tell me maximum size of file taken by fopen() ?
Thanks in advance.
--Pradeep
Hello all,
Can you tell me maximum size of file taken by fopen() ?
Thanks in advance.
--Pradeep
On Wed, 17 Oct 2007 10:40:50 +0200, pradeep
> Can you tell me maximum size of file taken by fopen() ?
AFAIK this is not limited by the function itself. For reading other
settings, like memory limits etc. come into play. I've never tried to open
an X-GB file with PHP though.
--
Rik Wasmus
Greetings, pradeep.
In reply to Your message dated Wednesday, October 17, 2007, 12:40:50,
p> Can you tell me maximum size of file taken by fopen() ?
2Gb on 32-bit filesystem, most likely.
It may be 4Gb but I have problem operating with values greather that 2Gb in
PHP, it always falling under zero :-\
--
Sincerely Yours, AnrDaemon