PHP Класс Adldap\Models\RootDse

Наследование: extends Model
Показать файл Открыть проект

Открытые методы

Метод Описание
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.
public getConfigurationNamingContext ( ) : string
Результат string

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