[EMAIL PROTECTED] wrote:
> 
> Where did you seen that it is depreciated?
> 

http://www.php.net/manual/en/language.types.string.php

[block quote begins]
String access by character

Characters within strings may be accessed by specifying the zero-based offset of the 
desired character after the string in curly braces. 

    Note: For backwards compatibility, you can still use the array-braces. However, 
this syntax is deprecated as of PHP 4. 
[block quote ends]

Cheers,
Rob.
-- 
.-----------------.
| Robert Cummings |
:-----------------`----------------------------.
| Webdeployer - Chief PHP and Java Programmer  |
:----------------------------------------------:
| Mail  : mailto:[EMAIL PROTECTED] |
| Phone : (613) 731-4046 x.109                 |
:----------------------------------------------:
| Website : http://www.webmotion.com           |
| Fax     : (613) 260-9545                     |
`----------------------------------------------'

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

Reply via email to