win32_read_right_access_service
(PECL win32service >=1.1.0)
win32_read_right_access_service — Read the service rights access for an username
说明
$servicename
, string $username
, string $machine
= null
): Win32Service\RightInfo
Read the rights access for username
on servicename
service. Administrative privileges are required for this to succeed.
参数
servicename
-
The service name to read rights access.
username
-
Read the rights access for
username
machine
-
The optional machine name on which you want to create a service. If omitted, it will use the local machine.
返回值
Return a Win32Service\RightInfo object.
错误/异常
A ValueError is thrown if the
value of service
parameter is empty.
A ValueError is thrown if the
value of username
parameter is empty.
A Win32ServiceException is thrown on error.
参见
- win32_read_all_rights_access_service() - Read all service rights access
- win32_add_right_access_service() - Add rights access for an username to the service
- win32_remove_right_access_service() - Remove the service rights access for an username
- Win32 Rights constants
用户贡献的备注
备份地址:http://www.lvesu.com/blog/php/function.win32-read-right-access-service.php