Discover php define constant in class, include the articles, news, trends, analysis and practical advice about php define constant in class on alibabacloud.com
What is a class constant? What we can understand in PHP is that the value is constant, so what is a class constant? In fact, the class constants are also easy to understand, we can always keep the constant value of the class is called constants, and
Constants are a very new data type in php. I will introduce some usage of PHP constants in detail for beginners. if you need to know them, refer to the PHP constant define () function.
Constants are a very new data type in php. I will introduce some
The constant used to learn php at the front end and the constant used to learn php* Directory [1] definition constant [2] constant detection [3] system constant [4] before magic constant
Constants do not exist in javascript. in php, they are
in our previous article, we introduced the use of PHP define examples, I believe that we have a certain understanding of define, today we introduce you to the PHP constant define and the difference between const detailed!
A constant is a simple
There is a constant DATA_PATH, and a string & quot; file_name & quot; how to define a variable in the class (the constant seems to need 5.7), which indicates DATA_PATH and & quot; file_name & quot;. I can define it outside the class as follows:
1. Custom Constants
* Must be defined with function define ()* The value can not be changed after the definition is finished* Use the constant name directly, not as a variable in front plus $sFor example: Define ("PI", 3.14); Define a constant$area
PHP constantsThe define () function is used to define constants. Once a constant is defined, it cannot be changed or undefined.Example of defining constants: The code is as follows:Copy code Define ("CONSTANT", "Hello! ");Echo CONSTANT;?>
Constants are a very new data type in php. I will introduce some usage of PHP constants in detail for beginners. For more information, see. PHP constant define () function is used to define constants. once a constant is defined, it cannot be changed.
PHP defines the array constant (array constant) method, array constant. PHP defines the array constant (array constant) method. in PHP, we cannot use const to directly define the array constant, but const can define the string constant, combined
Define constant. According to the manual, only constants defined by define are allowed: scalar and null. The scalar type is integer, float, string, or boolean. You can also define the constant value type as resource. see the manual. the constants
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.