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

getDnsHostName() public méthode

Returns the hosts DNS name.
public getDnsHostName ( ) : string
Résultat string
    public function getDnsHostName()
    {
        return $this->getFirstAttribute($this->schema->dnsHostName());
    }