getprotobynumber
(PHP 4, PHP 5, PHP 7)
getprotobynumber — Get protocol name associated with protocol number
Description
string getprotobynumber ( int $number )
getprotobynumber() returns the protocol name associated with protocol number
as per /etc/protocols.
Parameters
number
The protocol number.
Return Values
Returns the protocol name as a string, or FALSE
on failure.
See Also
- getprotobyname() - Get protocol number associated with protocol name
← getprotobyname
getservbyname →
© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com