Zend
200-710 · Question #48
Which PHP function is used to validate whether the contents of $_FILES['name']['tmp_name'] have really been uploaded via HTTP, and also save the contents into another folder?
The correct answer is A. move_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, and also save the contents into another folder?
Options
- Amove_uploaded_file()
- Bmove_uploaded_file
How the community answered
(50 responses)- A70% (35)
- B30% (15)
Topics
#move_uploaded_file#file upload#$_FILES
Community Discussion
No community discussion yet for this question.