Posted by ZeldorBlat on 06/17/07 16:00
On Jun 17, 11:55 am, "Jean Pierre Daviau" <O...@WasEno.ugh> wrote:
> Hi everyone,
>
> How many characters can a variable holds?
>
> --
> Thanks for your attention.
>
> Jean Pierre Daviau
> --
> windows Xp
> asus p4 s533/333/133
> Intel(R) Celeron (R) CPU 2.00 GHz
> Processor Radeon7000 0x5159 agp
>From the manual:
<http://www.php.net/manual/en/language.types.string.php>
"It is no problem for a string to become very large. There is no
practical bound to the size of strings imposed by PHP, so there is no
reason at all to worry about long strings."
[Back to original message]
|