nerdexam
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)
  • A
    2% (1)
  • B
    76% (32)
  • C
    14% (6)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice