"; finally access the file."/> "; finally access the file.">
Home > Article > Backend Development > How to check whether php is 32 or 64
How to check whether PHP is 32 or 64: first enter the root directory of the website; then create a file in the root directory of the website with the content ""; finally access the file.
The operating environment of this article: windows7 system, PHP5.6.25 version, DELL G3 computer
Create a file in the root directory of the website , the content is:
<?php phpinfo(); ?>
Then access this file
The number marked in the picture is its bit number.
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of How to check whether php is 32 or 64. For more information, please follow other related articles on the PHP Chinese website!