PHP $_SERVER environment variable
PHP provides a large number of predefined variables to all scripts, and $_SERVER array is commonly used to refer to server-specific environment information. Per PHP.net documentation, the $_SERVER variable is defined as: