Adldap\Models\RootDse::getServerName PHP Method

getServerName() public method

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