PHP 클래스 Adldap\Models\RootDse

상속: extends Model
파일 보기 프로젝트 열기: adldap2/adldap2

공개 메소드들

메소드 설명
getConfigurationNamingContext ( ) : string Returns the hosts configuration naming context.
getCurrentTime ( ) : integer Returns the hosts current time in unix timestamp format.
getCurrentTimeDate ( ) : string Returns the hosts current time in the models date format.
getDnsHostName ( ) : string Returns the hosts DNS name.
getRootDomainNamingContext ( ) : mixed Returns the DN of the root domain NC for this DC's forest.
getSchemaNamingContext ( ) : string Returns the hosts schema naming context.
getServerName ( ) : string Returns the current hosts server name.

메소드 상세

getConfigurationNamingContext() 공개 메소드

Returns the hosts configuration naming context.

getCurrentTime() 공개 메소드

Returns the hosts current time in unix timestamp format.
public getCurrentTime ( ) : integer
리턴 integer

getCurrentTimeDate() 공개 메소드

Returns the hosts current time in the models date format.
public getCurrentTimeDate ( ) : string
리턴 string

getDnsHostName() 공개 메소드

Returns the hosts DNS name.
public getDnsHostName ( ) : string
리턴 string

getRootDomainNamingContext() 공개 메소드

Returns the DN of the root domain NC for this DC's forest.
public getRootDomainNamingContext ( ) : mixed
리턴 mixed

getSchemaNamingContext() 공개 메소드

Returns the hosts schema naming context.
public getSchemaNamingContext ( ) : string
리턴 string

getServerName() 공개 메소드

Returns the current hosts server name.
public getServerName ( ) : string
리턴 string