C ChrisG New Member Jun 11, 2012 #1 Imagine \[code\]aFunction() { $foo = 123; // a lot more code}aFunction();echo $foo; // undefined\[/code\]Is there a way to put the procedure of aFunction into the scope of the caller?
Imagine \[code\]aFunction() { $foo = 123; // a lot more code}aFunction();echo $foo; // undefined\[/code\]Is there a way to put the procedure of aFunction into the scope of the caller?