Win32Service\RightInfo::getFullUsername

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

Win32Service\RightInfo::getFullUsernameDevuelve el dominio y el nombre de usuario

Descripción

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

Devuelve el dominio y el nombre de usuario separados por una barra invertida \.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Devuelve el dominio y el nombre de usuario. Si el dominio es null, devuelve solo el nombre de usuario; devuelve null si no se encuentra ningún nombre de usuario.

Véase también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top