In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces what php5.3 means. It is very detailed and has certain reference value. Friends who are interested must finish reading it.
"3. 3" refers to the version number of php, "5" is the major version number, "3" is the child version number, and "php5.3" refers to the third child version of the fifth major version of PHP. The general form of the PHP version number is "major version number. Sub-version number. Phase version number [extension Information]", which can be obtained by the constant "PHP_VERSION".
Operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer
The general form of the PHP version is "major version number. Sub-version number. Phase version number [extension Information]", each component will be displayed.
And "php5.3" refers to the third child of the fifth major version of PHP.
All version numbers of PHP can be viewed through http://mirrors.sohu.com/php/. Here are some versions:
What PHP version is installed on our computer can be obtained by using the built-in predefined constants:
PHP_VERSION (string)
The string for the current PHP version, in the form of "major version number. Child version number. Phase version number [extension information]".
PHP_MAJOR_VERSION (int)
The major version number of the current PHP version, in the form of integers (for example, the "5.2.7-extra" version is int (5)).
PHP_MINOR_VERSION (int)
The child version number of the current PHP version, in the form of an integer (for example, the "5.2.7-extra" version is int (2)).
PHP_RELEASE_VERSION (int)
The phase version number of the current PHP version, in the form of integers (for example, the "5.2.7-extra" version is int (7)).
PHP_VERSION_ID (int)
An integer for the current PHP version for version comparison (for example, the "5.2.7-extra" version is int (50207)).
PHP_EXTRA_VERSION (string)
The "extended information" information for the current PHP version is in the form of a string (for example, the "5.2.7-extra" version is'- extra'). It is usually used by distribution vendors to indicate the version of the package.
Example:
Effect picture:
The above is all the contents of this article "what does php5.3 mean?" Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.