You are here: RE: [PHP] Is there a way to get a variable name as a string? « PHP « IT news, forums, messages
RE: [PHP] Is there a way to get a variable name as a string?

Posted by "Daevid Vincent" on 07/22/05 22:51

> What I was thinking with debug_backtrace() is that you could get the
> information for the function that called the function you want the
> variable name for, *reducing* the likelyhood of duplicate values, but
> admitedly not eliminating it.
>
> You could also pass the name of the variable to the function:
>
> someFunction($foo, $varName=""){ print $varName; }
>
> call it with -> someFunction($bar, 'bar');
>
> That would definately get you what you want, but again it
> would be messy to look at.

Well if you called someFunction('bar');

Function someFunction($myVar)
{
global $$myVar;
echo "the variable name is '$myVar' and has the value of ".$$myVar;
}

But that relies on the global and is also a bit messy in a recursive
situation.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация