Mega Code Archive

 
Categories / Php / Date Time
 

Getservbyport php

<?php    echo "Port 80's default service is: ".getservbyport(80, "tcp");  ?>