update : 2015.11.03
php.shukuma.com

검색:
 
 
Get protocol name associated with protocol number

getprotobynumber

(PHP 4, PHP 5)

getprotobynumberGet protocol name associated with protocol number

설명

string getprotobynumber ( int $number )

getprotobynumber() returns the protocol name associated with protocol number as per /etc/protocols.

인수

number

The protocol number.

반환값

Returns the protocol name as a string, 실패 시 FALSE를 반환합니다.

참고