In PHP, certain predefined variables are termed “superglobals,” meaning they are always accessible regardless of scope. You can use them from any function, class, or file without any special steps.
The PHP superglobal variables include:
The upcoming chapters will discuss some of these superglobals, with the remaining ones explained in later chapters.