Briefing Zend Knowledge

Which PHP function is used to validate whether the contents of $_FILES[‘name’][‘tm

Which PHP function is used to validate whether the contents of
$_FILES[‘name’][‘tmp_name’] have really been uploaded via HTTP?

A.
is_uploaded_file(), is_uploaded_file

Explanation: