superglobal

superglobal

English

Etymology

From super- +‎ global.

Pronunciation

  • Audio (US):(file)

Noun

superglobal (plural superglobals)

  1. (programming, in the PHP programming language) Any of a set of special predefined variables that can be accessed at any point in a program without the need to be explicitly declared as global.
    • 2019, Alexandru Busuioc et al., The PHP Workshop: Learn to build interactive applications and kickstart your career as a web developer, Packt Publishing Ltd, →ISBN, page 266:
      These superglobals contain data that is mostly related to requests, but they also contain some server information and running PHP script file information as well. The most frequently used superglobals are the $_SERVER, $_SESSION, $_GET, $_POST, $_COOKIE, and $_FILES variables.