getservbyport

(PHP 4, PHP 5, PHP 7)

getservbyportGet Internet service which corresponds to port and protocol

说明

getservbyport ( int $port , string $protocol ) : string

getservbyport() returns the Internet service associated with port for the specified protocol as per /etc/services.

参数

port

The port number.

protocol

protocol is either "tcp" or "udp" (in lowercase).

返回值

Returns the Internet service name as a string.

参见

相关文章
php 网络 函数 initializes all syslog related variablesphp direct io 函数 sets terminal attributes and baud rate for a serial portphp fann 函数 创建标准的全连接反向传播神经网络。php 网络 函数 get protocol number associated with protocol namephp 网络 函数 get protocol name associated with protocol numberphp 网络 函数 get internet service which corresponds to port and protocolphp gupnp 函数 send action to the service and set valuephp firebird/interbase 函数 initiates a backup task in the service manager and returns immediatelyphp iis 函数 returns the state for the service defined by serviceidphp imap 函数 unmark the message which is marked deletedphp 网络 函数 converts a packed internet address to a human readable representationphp 网络 函数 将长整型转化为字符串形式带点的互联网标准格式地址(ipv4)php 网络 函数 open connection to system loggerphp postgresql 函数 returns an array with client protocol and server version when available php socket 函数 opens a socket on port to accept connectionsphp socket 函数 queries the remote side of the given socket which may either result in host/port or in a unix filesystem path dependent on its typephp socket 函数 queries the local side of the given socket which may either result in host/port or in a unix filesystem path dependent on its typephp win32service 函数 queries the status of a servicephp win32service 函数 send a custom control to the servicephp sdo das relational 函数 creates an instance of a relational data access service
关注编程学问公众号