PHP HTTP 参考手册
getservbyport()函数获取与端口和协议相对应的Internet服务。
string getservbyport ( int $port , string $protocol )
用于获取与端口号相对应的Internet服务
以字符串形式返回Internet服务名称。失败时返回false。
port
端口号
protocol
协议是“ tcp”或“ udp”(小写)。