Home > Backend Development > PHP Problem > How to check whether php is 32 or 64

How to check whether php is 32 or 64

藏色散人
Release: 2023-03-09 15:22:01
Original
2594 people have browsed it

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.

How to check whether php is 32 or 64

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(); ?>
Copy after login

Then access this file

How to check whether php is 32 or 64

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!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template