Zend
200-530 · Question #457
Which of the following is an associative array of items uploaded by the current PHP script via the HTTP POST method?
The correct answer is B. $_FILES. See the full explanation below for the reasoning.
Question
Which of the following is an associative array of items uploaded by the current PHP script via the HTTP POST method?
Options
- A$_REQUEST
- B$_FILES
- C$_COOKIE
- D$_ENV
How the community answered
(42 responses)- A2% (1)
- B76% (32)
- C14% (6)
- D7% (3)
Community Discussion
No community discussion yet for this question.