Difference between global variables $ GLOBALS and global in PHP, globalsglobal

Source: Internet
Author: User

Difference between global variables $ GLOBALS and global in PHP, globalsglobal

Global generates an alias variable pointing to the external variable of the function in the function, instead of the real external variable of the function.

$ GLOBALS [] is actually called as an external variable, and the internal and external functions will always be consistent.

For member variables in the class, functions in the class must be accessed using the $ this-> method, and the $ GLOBALS method cannot be used:

Global is used to define global variables. However, this global variable is not applied to the entire website, but to the current page, including all files including include or require.

"Global $ var1;" is an alias variable that generates the external function $ var1 "$ var1". It is not a real external function variable and exists only inside the function, therefore, deleting an alias variable in a function does not affect the external variables, but you can modify the values of the external variables of the function.

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.