Download the PHP package dooaki/net-empty_port without Composer
On this page you can find all versions of the php package dooaki/net-empty_port. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package net-empty_port
Net-EmptyPort
Net-EmptyPort is php library finding an empty TCP/UDP port.
Original is cpan module Net::EmptyPort
Requirements
- PHP 5.3 or later
- Sockets Support enabled (--enable-sockets)
Installation
you can install the script with Composer.
in your composer.json file:
Methods
find([$port, $proto])
find free TCP port
find free UDP port
isPortUsed($port, [$proto])
checks the given port is already used. also works for UDP
wait($port, $max_wait_sec[, $protol])
wait for a particular port is available for connect.
Author
do_aki
License
MIT License
All versions of net-empty_port with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
ext-sockets Version *
ext-sockets Version *
The package dooaki/net-empty_port contains the following files
Loading the files please wait ...

