Thread
:
return keyword
View Single Post
06-30-2008, 02:53 AM
#
9
(
permalink
)
ETbyrne
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
Why not just do this?
PHP Code:
function
test_func
()
{
eval(
'$var = "val";'
);
return
$var
;
}
echo
test_func
();
__________________
Dingo Web Systems >
http://www.dingocode.com
My Website >
http://www.evanbot.com
ETbyrne
View Public Profile
Send a private message to ETbyrne
Visit ETbyrne's homepage!
Find More Posts by ETbyrne