Actions
$portfree » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 08/11/2015 01:39 PM
Added in 1.9.0
$portfree(N,[ipaddress])
Returns $true if the specified port number is not in use, otherwise $false.
Parameters
N - The port number to check.
[ipaddress] - TODO
Example
; Check if port 4242 is free. //echo -ag Port 4242 is $iif($portfree(4242), open, not open)
Updated by Per Amundsen over 9 years ago · 1 revisions