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 Webmaster (http://sunsite.dk/lgdc/)

Nothing is more dangerous than an idea if it's the only one you have.

- Emil-Auguste Chartier, "Propos sur la religion", 1938

--
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 PROTECTED]

Reply via email to