PHP 클래스 Nmap\Port

저자: William Durand ([email protected])
파일 보기 프로젝트 열기: willdurand/nmap

공개 메소드들

메소드 설명
__construct ( $number, $protocol, $state, Service $service )
getNumber ( ) : integer
getProtocol ( ) : string
getService ( ) : Service
getState ( ) : string
isClosed ( ) : boolean
isOpen ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( $number, $protocol, $state, Service $service )
$service Service

getNumber() 공개 메소드

public getNumber ( ) : integer
리턴 integer

getProtocol() 공개 메소드

public getProtocol ( ) : string
리턴 string

getService() 공개 메소드

public getService ( ) : Service
리턴 Service

getState() 공개 메소드

public getState ( ) : string
리턴 string

isClosed() 공개 메소드

public isClosed ( ) : boolean
리턴 boolean

isOpen() 공개 메소드

public isOpen ( ) : boolean
리턴 boolean