Adldap\Models\RootDse::getServerName PHP Méthode

getServerName() public méthode

Returns the current hosts server name.
public getServerName ( ) : string
Résultat string
    public function getServerName()
    {
        return $this->getFirstAttribute($this->schema->serverName());
    }