Display the text box

getservbyname()

« getrusage | getservbyport »
<?php
$int 
getservbyname (
    
?// string $service
    
?  // string $protocol
);
?>
Result
$int = 80
Examples
#1 getservbyname  ("http",
 
"tcp")
See also
getservbyport