Which Function Is Used To Determine Whether A File Was Uploaded #220
Which function is used to determine whether a file was uploaded?
This multiple choice question (MCQ) is related to the book/course
gs gs107 PHP: Hypertext Preprocessor.
It can also be found in
gs gs107 PHP File and Session Handling - PHP Files Uploading - Quiz No.1.
Which function is used to determine whether a file was uploaded?
is_file_uploaded()
is_uploaded_file()
file_uploaded(“filename”)
uploaded_file(“filename”)