Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<getservbynameheader>
Last updated: Tue, 19 Sep 2006

getservbyport

(PHP 4, PHP 5)

getservbyport --  Get Internet service which corresponds to port and protocol

Description

string getservbyport ( int port, string protocol )

getservbyport() returns the Internet service associated with port for the specified protocol as per /etc/services. protocol is either "tcp" or "udp" (in lowercase).

See also: getservbyname().




<getservbynameheader>
Last updated: Tue, 19 Sep 2006