Jump to content

nikosliapis

Members
  • Posts

    4
  • Joined

  • Last visited

nikosliapis's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you all for your answers. "requinix" you trully "clean things up", so i'll just go along the solution "akphidedelt2007" proposed. Again thank you all.
  2. "darkknight" thank you for your answer but I trully can't understand how it will help me to what I'm looking for.Perhaps if you would explain it to me.
  3. "trq" thank you for your interest. The "Whole story" is that i'm working on a function that will display a 2-dimension array into a table, so that it would be easy for me to debug any code i write. I need the name of the given array so that i can output it as a title for the generated table.
  4. Hello everyone Let's say that i have a function that does something to a given array: function any_name($array) { do something.... } What i want is a way to "get" the name of the array and echo it out. For example if i use the function as: echo $var = any_name($example1); The output to be: $example1 or echo $var = any_name($example2); The output to be: $example2 Thank you very much for your time.
×
×
  • 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.