PHP beginners constant

Source: Internet
Author: User
: This article mainly introduces the constants of PHP beginners. For more information about PHP tutorials, see. Constant; frequently used things, some important values do not want to be changed, the antonym of the variable can be understood as a dead, unchanged value, similar to the name of a person,

Naming rules;

1. similar to constants. For more information, see the previous blog.

2. to distinguish it from variables, all uppercase letters are usually used.

Features;

1. After definition, the value cannot be changed

2. after the name is set, this name cannot do anything else. it can only represent this value.

3. After definition, you can call

Value assignment type; Integer, float type, string, Boolean, NULL

Definition;

1. method; define ("constant name", "constant value", "whether it is case sensitive") the third parameter is not writable. the default value is false.

2. Reference: directly reference the defined constant name on the current page.

For constant reference defined on other pages, use include ("name of the page where the constant is located") to load that page and then reference

The above describes the constants of PHP beginners, including some content, and hope to help those who are interested in PHP tutorials.

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.