Code Snippets Php

$service = getservbyport(80, "tcp");
print("Port 80 is $service
\n");
?>