what's {$variable} mean
Posted: Fri Jun 11, 2004 4:40 pm
Can someone explain what this does/means? Specificly the variable with the braces around it.
function process_this($variable)
{
return $this->{$variable}
}
Thanks for any/all help
seveninstl
function process_this($variable)
{
return $this->{$variable}
}
Thanks for any/all help
seveninstl