DC>> Even for array keys that are *not numbers*? How do I get a
DC>> string for my array key in this case?

If they are not numbers, they are not interpreted as numbers. So, $a[0] is
the same as $a['0'], but different from $a["foo"].
-- 
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115



-- 
PHP Development 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