| 
 | getprotobynameGet protocol number associated with protocol name Description
   int getprotobyname
    ( string  $name)
   getprotobyname returns the protocol number
   associated with the protocol  Parameters
 
 Return Values
   Returns the protocol number,  or  Examples
 Example #1 getprotobyname example 
<?phpSee Also
 
 |