Re: [PHP] Question about character acces, [] vs {}

2002-09-07 Thread Justin French
Somewhere in an article or the manual it *strongly* advises using in {} not [] for access of a certain character in a string. Justin on 07/09/02 5:34 AM, Robert Cummings ([EMAIL PROTECTED]) wrote: Some time ago i wrote some code where I used the now deprecated form of accessing characters

[PHP] Question about character acces, [] vs {}

2002-09-06 Thread Robert Cummings
Some time ago i wrote some code where I used the now deprecated form of accessing characters in a string $string[x]... Would there be much of a performance gain for me to go take the time to update the code to the newer $string{x} style? Cheers, Rob. -- .-. | Robert Cummings |