Jump to content

Globals and Valid Use...


mem0ri

Recommended Posts

Yes, that would work. That's basically what it is used for, using variables that were initiated outside of a function, inside a function.

If that makes any sense :p

I'm sure someone else can add some more to my try at answering your question.
Link to comment
Share on other sites

Right...my big question is on the: function myFunction($y = $x) part...

...because the global hasn't been declared within the function yet...and is operating as the default value of information passed into the variable...


...additional...slightly related question...let's say I have:

function myFunction($y = $x, $b = "string", $n = 1)

...and I want to call the function with somethin' like a myFunction("string")...where it will only change the default value of $b...leaving $y and $n alone...

...basically...is there a way to explicitly address to which value a function call sends its arguments?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.