Edit2: Is it possible given the literal name of a variable '$obj' that I could use the literal name to retreive the content of the variable itself - despite this not making sense technically...maybe PHP has a weapon up it's sleeve?
------------------------------------------EOE----------------------------------------
I have a variable which I pass to a function...
Inside the function is there any way you can think of that would allow me to get the name of the original variable - as awkward or as hackaish as this sounds???
Other than passing the name directly?