FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Array key names
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Array key names [message #184897 is a reply to message #184896] Fri, 14 February 2014 09:49 Go to previous messageGo to previous message
M. Strobel is currently offline  M. Strobel
Messages: 386
Registered: December 2011
Karma:
Senior Member
Am 14.02.2014 06:40, schrieb John Smith:
> Just one simple question. Are spaces allowed in key names?
> Such as $name=array("John Smith" +> "somethig").
>


I am testing it for you.

str@suse131:~> php -a
Interactive mode enabled

php > $a['is it really me?'] = 99.999;
php > print_r($a);
Array
(
[is it really me?] => 99.999
)
php >

/Str.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Upload not working on adding progress bar script in HTML file
Next Topic: getting php mail error info
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 11:09:28 GMT 2024

Total time taken to generate the page: 0.04863 seconds