php check if port is open
If you want to know if a port is open, you can use the PHP port_open() function. This function returns true if the port is open. For example, if the port is open in TCP/IP, PHP will return true. However, if you want to check if a port is open in a different protocol, you … Read more