Win32Service\RightInfo::getRights
PHP function
Edit on GitHub ✎
(PECL win32service >=1.1.0)
Return the rights list
Description
Win32Service\RightInfo::getRights(): array
Return the user's right list.
Parameters Parameters
Return Values
Return the user's right list.
The array index is the binary mask of right represented by the constants rights.
The value is a string with the Windows constant name (without WIN32_ prefix).