Navigation :

Home
Source code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links




Site Sponsors :

Bookmark :

Links :

golfing products
finance products
gambling sites

Downloads :

Misc :

Webmaster Resources
Only PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming

Valid XHTML 1.0 Transitional


Valid CSS!




getservbyport function returns the name of the service that uses a specified port

getservbyport function returns the name of the service that uses a specified port

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