| 
 | getservbynameGet port number associated with an Internet service and protocol Description
   int getservbyname
    ( string  $service, string$protocol)
   getservbyname returns the Internet port
   which corresponds to  Parameters
 
 Return Values
   Returns the port number, or  Examples
 Example #1 getservbyname example 
<?phpSee Also
 
 |