View Single Post
Old 03-15-2010, 09:36 PM   #1 (permalink)
Dave
The Acquainted
 
Dave's Avatar
 
Join Date: Apr 2008
Posts: 110
Thanks: 97
Dave is on a distinguished road
Default What does this function do?

Could someone briefly explain this function?

PHP Code:
function l($var
{
    global 
$l;
    return 
$l[$var];

Thanks!
Dave is offline  
Reply With Quote