Re: [PHP-LANG] [PHP] Is it possible to parse a variable by character?
[email protected] (Joey Smith)
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
So we should still be pointing people at []?
On Wed, 18 Apr 2001, Andi Gutmans wrote the following to Yasuo Ohgaki
and...:
> I still haven't had the time to finish {} and I don't want ppl to
> "discover" that it works like [] and have them mistakenly use {} for
array
> offsets.
>
> Andi
>
> At 07:25 PM 4/18/2001 +0900, Yasuo Ohgaki wrote:
> >Someone mentioned $str[offset] will be depreciated in the future in
> >php-general.
> >$str{offset} can be used to access char in string.
> >
> >I wonder why this is not in the manual some where obvious place.
> >
> >--
> >Yasuo Ohgaki