Win32Service\RightInfo::getFullUsername
PHP Manual
PHP Manual»Win32Service\RightInfo»Win32Service\RightInfo::getFullUsername

Win32Service\RightInfo::getFullUsername

(No version information available, might only be in Git)

Win32Service\RightInfo::getFullUsernameReturn the domain and username

Açıklama

final public function Win32Service\RightInfo::getFullUsername(): ?string

Return the domain and username separated by anti-slash \.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the domain and username. If the domain is null, returns only the username; returns null if no username is found.

Ayrıca Bakınız

To Top