PHP Super Global Variables list

Source: Internet
Author: User
Tags php server
Name Function description

$_get[] Gets an array of variables submitted in the Get method

$_post[] Get an array of variables submitted with the POST method

$_cookie[] Obtain and set the COOKIE ID of the current website

$_session[] A unique identifier for the current user access, expressed as an array, such as SessionID and custom SESSION data

$_env[] An array of environment variables for the current PHP

$_server[] array of current PHP server variables

$_files[] A parameter value submitted to the current script when uploading a file, as an array

$_request[] contains all the requests submitted by the current script, including all the actions of $_get, $_post, $_cookie, $_session

$GLOBALS [] The super variable array contains references to all the super global variables that are executing the script

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.