Zend
200-710 · Question #47
Which PHP function is used to validate whether the contents of $_FILES['name']['tmp_name'] have really been uploaded via HTTP?
The correct answer is A. is_uploaded_file(). See the full explanation below for the reasoning.
Web Features
Question
Which PHP function is used to validate whether the contents of $_FILES['name']['tmp_name'] have really been uploaded via HTTP?
Options
- Ais_uploaded_file()
- Bis_uploaded_file
How the community answered
(49 responses)- A78% (38)
- B22% (11)
Topics
#is_uploaded_file#file upload#$_FILES#security
Community Discussion
No community discussion yet for this question.