How to obtain information about server operating system _php tips for PHP

Source: Internet
Author: User
Tags echo date php programming php regular expression

This article is an example of how PHP obtains information about the server's operating system. Share to everyone for your reference, specific as follows:

The following is the basic statement that PHP obtains the current server information.

PHP Program version:

? PHP echo php_version;?>

Zend Version:

? PHP echo zend_version ();?>

MySQL Support:

<?php Echo function_exists (mysql_close)? " Yes ": no";?>

MySQL Database continuous connection:

<?php
Echo @get_cfg_var ("Mysql.allow_persistent")? Yes ": no";
? >

Maximum number of MySQL connections:

<?php
Echo @get_cfg_var ("Mysql.max_links") ==-1? "Unlimited": @get_cfg_var ("Mysql.max_links");
? >

Server operating system:

? PHP echo php_os;?>

Server-side information:

? PHP echo $_server [' server_software '];?>

Maximum upload limit:

? PHP
Echo Get_cfg_var ("Upload_max_filesize")? Get_cfg_var ("Upload_max_filesize"): "Not allowed to upload attachments";
? >

Maximum execution time:

? PHP Echo Get_cfg_var ("Max_execution_time"). " Seconds ";?>

Script run consumes maximum memory:

? PHP
Echo Get_cfg_var ("Memory_limit")? Get_cfg_var ("Memory_limit"): "None"
?>

Query the version of the currently connected MySQL database PHP self-with function

Mysql_get_server_info ()

Access to services

Date_default_timezone_set (PRC);
echo Date ("y-m-d g:i:s");

MySQL database version of PHP with function mysql_get_server_info ()

Get Server System time

Date_default_timezone_set (PRC);
echo Date ("y-m-d g:i:s");

More interested in PHP related content readers can view the site topics: "PHP Network Programming Skills Summary", "Php Curl Usage Summary", "PHP Socket Usage Summary", "PHP Regular Expression Usage summary", "PHP string (String) Usage Summary", " PHP array Operation techniques Encyclopedia, "PHP Mathematical Calculation Skills Summary", "PHP object-oriented Programming Introductory Course", "PHP Data structure and algorithm tutorial", "PHP Programming algorithm Summary" and "PHP common database Operation Skills Summary"

I hope this article will help you with the PHP program design.

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.