PHP常量输出

WBOY
WBOYOriginal
2016-06-20 12:33:401256browse

打印登录时间:

<?php echo date("Y-m-d H:i:s",time()); ?>

打印登录IP地址:

<?php echo $_SERVER['REMOTE_ADDR']; ?>

打印操作系统:

<?php echo PHP_OS; ?>

打印PHP版本信息:

<?php echo PHP_VERSION; ?>

打印MySQL版本信息:

<?php echo mysql_get_server_info(); ?>


Statement:
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