library helpers-network
Collection of helper functions for network interactions.
weew/helpers-network
Collection of helper functions for network interactions.
- Thursday, July 21, 2016
- by weew
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Network helpers
, (*1)
Table of contents
Installation
composer require weew/helpers-network
, (*2)
Introduction
This tiny library provides various helper functions for network interaction., (*3)
Functions
ping
Ping a host, returns latency if the host could be reached, otherwise returns false
. Note: works ony on Linux
and OS X
., (*4)
int|bool ping(string $host, [, int $timeout = 1 [, $ttl = 255]])
, (*5)
dev-master
9999999-dev
Collection of helper functions for network interactions.
Sources
Download
MIT
The Development Requires
by
Maxim Kott
v1.0.1
1.0.1.0
Collection of helper functions for network interactions.
Sources
Download
MIT
The Development Requires
by
Maxim Kott
v1.0.0
1.0.0.0
Tiny library for network interaction.
Sources
Download
MIT
The Development Requires
by
Maxim Kott