update : 2015.11.03
php.shukuma.com

검색:
 
 
Get Internet service which corresponds to port and protocol

getservbyport

(PHP 4, PHP 5)

getservbyportGet Internet service which corresponds to port and protocol

설명

string getservbyport ( int $port , string $protocol )

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.

참고

  • getservbyname() - Get port number associated with an Internet service and protocol