getservbyport() 示例:
<?php
$intservname = getservbyport(80, "tcp");
echo $intservname;
?>
getservbyport() 函数返回给定端口和协议的 Internet 服务。
getservbyport(
port, protocol)
Parameter | Description |
---|---|
port | Required. Specifies the port number (like 80) |
protocol | Required. Specifies a protocol name (like "tcp" or "udp") |
返回值: | 成功时的互联网服务名称 |
---|---|
PHP 版本: | 4.0+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!