PHP 8.6.0 Alpha 2 available for testing

Win32Service\RightInfo::getFullUsername

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

Win32Service\RightInfo::getFullUsernameReturn the domain and username

Description

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

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

Parameters

This function has no parameters.

Return Values

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

See Also

add a note

User Contributed Notes

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