nerdexam
Zend

200-530 · Question #218

When uploading a file to a PHP script using the HTTP PUT method, where would the information about this file be available?

The correct answer is B. the input stream php://stdin. See the full explanation below for the reasoning.

Question

When uploading a file to a PHP script using the HTTP PUT method, where would the information about this file be available?

Options

  • Athe $_FILES super-global
  • Bthe input stream php://stdin
  • Cthe $_POST super-global
  • Dthe global variable scope

How the community answered

(68 responses)
  • A
    6% (4)
  • B
    79% (54)
  • C
    10% (7)
  • D
    4% (3)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice