Thread
:
What does this function do?
View Single Post
03-15-2010, 09:36 PM
#
1
(
permalink
)
Dave
The Acquainted
Join Date: Apr 2008
Posts: 110
Thanks: 97
What does this function do?
Could someone briefly explain this function?
PHP Code:
function
l
(
$var
)
{
global
$l
;
return
$l
[
$var
];
}
Thanks!
Dave
View Public Profile
Send a private message to Dave
Find More Posts by Dave