I'm using Win 7, 64 bit, and an XAMPP installation (ApacheFriends XAMPP Version 5.6.3).
I tried the function given at http://php.net/manual/en/function.fseek.php#112647
But that didn't work. It only ever reads up to byte PHP_INT_MAX which is 2147483647. I tried seeks around that number, so I'm pretty sure that's the boundary.
Someone said it depends which datatype php uses internally. Where to find information about the datatype used in my php installation?
Is this the answer in the readme.txt if the xampp installation directory: It says " + PHP 5.6.3 (VC11 X86 32bit thread safe) + PEAR"?
Greetings John