Reply to Re: [PHP] Is there a way to get a variable name as a string?
Posted by Edward Vermillion on 07/19/05 06:18
Rasmus Lerdorf wrote:
> Daevid Vincent wrote:
>
>>Is there a way to get the name of a variable as a string? For example...
>
>
> Nope, not possible.
>
> -Rasmus
>
Wouldn't the name of the variable show up in a var_dump()? It would be
messy, but if it's there...