| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
getservbyname(PHP 4, PHP 5) getservbyname — Get port number associated with an Internet service and protocol 설명
   int getservbyname
    ( string  
  $service
   , string $protocol
   )
   getservbyname() returns the Internet port
   which corresponds to  인수
 
 반환값
   Returns the port number, or  예제
 Example #1 getservbyname() example 
<?php참고
 
  |