Junior PHP Developer Question:

Explain what does $_SERVER means?

Tweet Share WhatsApp

Answer:

$_SERVER is an array including information created by the web server such as paths, headers, and script locations.

Download Junior PHP Developer PDF Read All 161 Junior PHP Developer Questions
Previous QuestionNext Question
Tell me how is the ternary conditional operator used in PHP?Tell me what is the use of the function htmlentities?