intpp / system-info
服务器信息
v1.0.1
2014-12-23 11:14 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-09-24 03:23:28 UTC
README
您的服务器信息。
支持的操作系统
- Linux
- Windows
- BSD
- Macintosh
方法
- getName
- getVersion
- getHostname
- getArchitecture
- getUptime
使用方法
// Get the class to work with the current operating system $system = Server::getInfo(); // Captain Obvious was here $system::getName(); $system::getVersion(); ... $system::getUptime();
使用composer安装
"require": {
...
"intpp/system-info": "*"
},