Dutch PHP Conference 2025 - Call For Papers

win32_read_all_rights_access_service

(PECL win32service >=1.1.0)

win32_read_all_rights_access_serviceRead all service rights access

Beschreibung

win32_read_all_rights_access_service(string $servicename, string $machine = null): array

Read all rights access on servicename service. Administrative privileges are required for this to succeed.

Parameter-Liste

servicename

The service name to read rights access.

machine

The optional machine name on which you want to create a service. If omitted, it will use the local machine.

Rückgabewerte

Return an Array of Win32Service\RightInfo

Fehler/Exceptions

A ValueError is thrown if the value of service parameter is empty.

A Win32ServiceException is thrown on error.

Siehe auch

add a note

User Contributed Notes

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