So what about a string key that breaks when someone enters a string that
can be autoconverted. Zend turns it into a number and hey presto nothing
works any more. Can we have a construct to *force* it not to convert these
things?
On Tue, 6 Mar 2001, Stanislav Malyshev wrote:
> 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]