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
Hello,
Does Version 4 support either { } "squiglees" or [ ] "brackets" in this
code:
if($retrn{strlen($retrn)-1} == '&')
-or-
if($retrn[strlen($retrn)-1] == '&')
I am developing on ver 3.0 and the { } don't work in the above, but the
brackets do.
Karl
--
PHP General Mailing List (http://www
2 matches
Mail list logo