array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.win32-read-right-access-service.php', 1 => 'win32_read_right_access_service', 2 => 'Read the service rights access for an username', ), 'up' => array ( 0 => 'ref.win32service.php', 1 => 'win32service Funktionen', ), 'prev' => array ( 0 => 'function.win32-read-all-rights-access-service.php', 1 => 'win32_read_all_rights_access_service', ), 'next' => array ( 0 => 'function.win32-remove-right-access-service.php', 1 => 'win32_remove_right_access_service', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/win32service/functions/win32-read-right-access-service.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

win32_read_right_access_service

(PECL win32service >=1.1.0)

win32_read_right_access_serviceRead the service rights access for an username

Beschreibung

win32_read_right_access_service(string $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.

Parameter-Liste

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.

Rückgabewerte

Return a Win32Service\RightInfo object.

Fehler/Exceptions

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.

Siehe auch