Index

(prg)

o2refvar_get

o2refvar_get(string $name)

Returns a refernce to a reference-variable

ATTENTION: In order to get a safe reference to the variable, regardless the variable type, you must use the referenced-assign PHP syntax, in this way:

$var = &o2refvar_get("");


Parameters:
  1. $name
  2. Variable unique name
Related functions:

o2refvar_set