1. string getservbyport ( int $port , string $protocol ) 
  2.  
  3. */ 
  4. $services=array('80','21','22','23','25','143');      //定义数组 
  5. foreach($services as $service)         //循环读取内容 
  6.   $protocol=getservbyport($service,'tcp');       //返回端口号对应的协议 
  7.   echo $service.":".$protocol."<br/>n";       //输出结果 
  8.  
  9. /* 
  10. int getservbyname ( string $service , string $protocol ) 
  11. */ 
  12.  
  13. $services=array('http','ftp','ssh','telnet','imap'
  14. 'smtp','nicname','gopher','finger','pop3','www');       //定义一个数组 
  15. foreach($services as $service)          //循环读取内容 
  16.   $port=getservbyname($service,'tcp');        //获取数组元素对应端口 
  17.   echo $service.":".$port."<br/>n";         //输出结果 
  18.   //开源代码phpfensi.com 
  19. }
转载请注明来源:php中 getservbyport getservbyname函数实例

  哈尔滨品用软件有限公司致力于为哈尔滨的中小企业制作大气、美观的优秀网站,并且能够搭建符合百度排名规范的网站基底,使您的网站无需额外费用,即可稳步提升排名至首页。欢迎体验最佳的哈尔滨网站建设