PHP 클래스 Nmap\Host

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

공개 메소드들

메소드 설명
__construct ( $address, $state, array $hostnames = [], array $ports = [] )
getAddress ( ) : string
getClosedPorts ( ) : Port[]
getHostnames ( ) : Hostname[]
getOpenPorts ( ) : Port[]
getPorts ( ) : Port[]
getState ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( $address, $state, array $hostnames = [], array $ports = [] )
$hostnames array
$ports array

getAddress() 공개 메소드

public getAddress ( ) : string
리턴 string

getClosedPorts() 공개 메소드

public getClosedPorts ( ) : Port[]
리턴 Port[]

getHostnames() 공개 메소드

public getHostnames ( ) : Hostname[]
리턴 Hostname[]

getOpenPorts() 공개 메소드

public getOpenPorts ( ) : Port[]
리턴 Port[]

getPorts() 공개 메소드

public getPorts ( ) : Port[]
리턴 Port[]

getState() 공개 메소드

public getState ( ) : string
리턴 string