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 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.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to