I have seen some code like
$value = strval($REQUEST['value']);
I would like to know what is the use of strval here since $_REQUEST
values are strings?
$value = strval($REQUEST['value']);
I would like to know what is the use of strval here since $_REQUEST
values are strings?
Comment