Re: Equivalent of upvar



am_ggh@xxxxxxxxxxx wrote:
> Is there a PHP equivalent of TCL's "upvar" ?
>

Don't know TCL, but having found out what upvar is, I guess "global" is
the closest paradigm in PHP, see
http://www.php.net/manual/language.variables.scope.php#language.variables.scope.global.

--
Oli

.



Relevant Pages