Posted by <talthen.z-serwera.o2 on 08/25/05 23:50
"ZeldorBlat" <zeldorblat@gmail.com>
> It worked for me. Here is the exact code I ran to test it:
>
> $s = "12345";
> $s{0} = '?';
> echo $s;
Indeed. It works. I had just the following problem: my string was empty and
then I tried to change its first element to ?.
After this it was still = "Array". But when I checked isset and empty I got
that this string is not empty nor unset. Heh :)
Now, it's working, thanks.
Regards,
Talthen
Navigation:
[Reply to this message]
|