Re: Name of variable to string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Feb 8, 2008 1:53 PM, David Giragosian <dgiragosian@xxxxxxxxx> wrote:
> On 2/8/08, Richard Lynch <ceo@xxxxxxxxx> wrote:
> >
> > On Fri, February 8, 2008 9:14 am, tedd wrote:
> > >  From a variable with the name of $this_variable -- how do I get a
> > > string 'this_variable' ?
> >
> > You don't...
> >
> > Consider this:
> >
> > function foo($bar){
> > //what would your function output?
> > }
> >
> > $baz = 3;
> > foo($baz);
> >
> > --
>
>
> If you dynamically created the variable:
>
> ${ 'something' . '_' . 'somethingElse' };
>
> then you'd have access to it via the variable name parts.
>
> David
>

That is ridiculous.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux