In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Joseph Blythe) wrote:

> How does one find the name of a variable, not what the variable contains?
> 
> This is not the same as variable variables.
> 
> I know this seems a bit pointless but I have come across a situation 
> where I really need to be able to do this.

Can you give an example of code in which you'd be doing this?  (Seeing how 
you plan to access the variable of indeterminate name would help in 
suggesting a solution.  For example, if it is known to be an array member, 
you might be able to use key()..., etc.)

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to