At 01:36 26/1/2001, Karl J. Stubsjoen wrote:
>Hello,
>
>Does Version 4 support either { } "squiglees" or [ ] "brackets" in this
>code:
>
>if($retrn{strlen($retrn)-1} == '&')
>-or-
>if($retrn[strlen($retrn)-1] == '&')

Yes.  This is a 4.x feature only.  The idea is that in the long run, [] 
will no longer be supported for string offsets, only {} will.

Zeev

--

Zeev Suraski <[EMAIL PROTECTED]>
CTO &  co-founder, Zend Technologies Ltd. http://www.zend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to