On Wednesday 09 May 2001 07:46, Vegard wrote:
> Does anybody know how much text can be stored in a variable og type
> string?
Typically about 2^(sizeof(int) * 8 - 1) chars. On a normal 32 Bit machine
that's 2 Gig, on a 64Bitter, one moment, 9223372036854775808 chars
--
Christian Reiniger
LGDC
Does anybody know how much text can be stored in a variable og type string?
Regards Vegard.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECT
2 matches
Mail list logo