Junior PHP Developer Question:

Download Job Interview Questions and Answers PDF

Explain what does $_FILES means?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

Answer:

$_FILES is an associative array composed of items sent to the current script via the HTTP POST method.

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what the difference between the ‘BITWISE AND’ operator and the ‘LOGICAL AND’ operator?Tell me in PHP, objects are they passed by value or by reference?