nelisys/ping
最新稳定版本:1.0.0
Composer 安装命令:
composer require nelisys/ping
包简介
PHP Class for fping command
README 文档
README
PHP Class for fping command
Requirements
Requires: fping
For RedHat/CentOS 6, 7
[root@centos ~]# yum install epel-release [root@centos ~]# yum install fping
Installation with Composer
$ composer require nelisys/ping
Usage
Example php file.
// test-ping.php require 'vendor/autoload.php'; use Nelisys\Ping; $host = new Ping('127.0.0.1'); var_dump($host->ping());
Test run php file.
$ php test-ping.php
Array
(
[127.0.0.1] => 0.14
)
统计信息
- 总下载量: 1.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-24