Posted by Michael Fesser on 12/01/06 15:43
..oO(Norman Peelman)
>You use [ ] on arrays such as:
>[...]
>
>You use { } on strings such as:
>[...]
You can also use [] on strings, even if it was not recommended in older
PHP versions. The {} syntax is now deprecated as of PHP 5.1 and will be
removed in PHP 6.
4.5 Cleanup for {} vs. []
http://www.php.net/~derick/meeting-notes.html#cleanup-for-vs
Micha
Navigation:
[Reply to this message]
|