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

Home » Imported messages » comp.lang.php » Declaring an array necessary?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Declaring an array necessary? [message #184976 is a reply to message #184973] Fri, 21 February 2014 22:06 Go to previous messageGo to previous message
Tim Streater is currently offline  Tim Streater
Messages: 328
Registered: September 2010
Karma:
Senior Member
In article <le8i13$er0$1(at)dont-email(dot)me>, Gregor Kofler
<usenet(at)gregorkofler(dot)com> wrote:

> Am 21.02.2014 22:32, The Natural Philosopher meinte:
>> On 21/02/14 20:04, Christian Stadler wrote:
>>> Am 21.02.2014 18:56, schrieb The Natural Philosopher:
>>>> I was just wondering. Php assumes a varibale exists as soon as it is
>>>> assigned a value, but a function exists to create an array..
>>>> Sop can one just say
>>>>
>>>> $arr['hello']='sexy';
>>>>
>>>> or should there be
>>>>
>>>> $arr=array();
>>>>
>>>> first?

> RTFM.
>
> http://www.php.net/manual/de/language.types.array.php

Warning: that page has a Warnung on it.

> "Creating/modifying with square bracket syntax"
>
> should answer your question. However, I still prefer to initialize an
> array explicitly. And if it is only for better readable code.

I declare them explicitly and then initialise them later. I also agree
that this makes it more readable.

--
Tim

"That excessive bail ought not to be required, nor excessive fines imposed,
nor cruel and unusual punishments inflicted" -- Bill of Rights 1689
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: strpos() before str_replace()? Or, maybe strtr()?
Next Topic: Career Opportunities in Singapore (PHP Tech Lead)
Goto Forum:
  

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

Current Time: Mon Sep 16 20:30:35 GMT 2024

Total time taken to generate the page: 0.03955 seconds