So I have been working on a webpage for a forum, we use phpbb3, I was going through a php script when I saw this code:
$term = request_var('term', '', true);
and I was wondering what does it do?
I googled about it but couldn't find much. One thing I came to know about this function is that it does type casting on the input but the working is something I couldn't understand.