PHP 클래스 Horde_Mail_Autoconfig_Driver_Guess, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Mail_Autoconfig_Driver
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$dns Net_DNS2_Resolver DNS resolver.
$priority Low priority: shot-in-the dark technique that has no formalized standard.

공개 메소드들

메소드 설명
mailSearch ( $domains, array $opts = [] )
msaSearch ( $domains, array $opts = [] )

보호된 메소드들

메소드 설명
_resolveHosts ( array $hosts ) : mixed Filter list by removing non-existent hosts.

메소드 상세

_resolveHosts() 보호된 메소드

Filter list by removing non-existent hosts.
protected _resolveHosts ( array $hosts ) : mixed
$hosts array List of possible servers (objects).
리턴 mixed Array of existing hosts, or false if none exist.

mailSearch() 공개 메소드

public mailSearch ( $domains, array $opts = [] )
$opts array

msaSearch() 공개 메소드

public msaSearch ( $domains, array $opts = [] )
$opts array

프로퍼티 상세

$dns 공개적으로 프로퍼티

DNS resolver.
public Net_DNS2_Resolver $dns
리턴 Net_DNS2_Resolver

$priority 공개적으로 프로퍼티

Low priority: shot-in-the dark technique that has no formalized standard.
public $priority