Re: [PHP] String indexing with braces

2001-03-07 Thread php3
Addressed to: Toby Butzon <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Toby Butzon <[EMAIL PROTECTED]> Wed, 07 Mar 2001 18:07:29 -0500 > > Greetings, > > I know there's been some discussion of adding support for string > indexing (that would be exclusive to strings [

[PHP] String indexing with braces

2001-03-07 Thread Toby Butzon
Greetings, I know there's been some discussion of adding support for string indexing (that would be exclusive to strings [because it wouldn't apply to arrays] and therefore more efficient) using curly braces ($someStr{0}, $someStr{1}, etc.). Has this been implemented, and, if so, in what version