Dutch PHP Conference 2025 - Call For Papers

win32_get_service_env_vars

(PECL win32service >=1.1.0)

win32_get_service_env_varsRead all custom environment variables on service

Опис

win32_get_service_env_vars(string $servicename): array

Read all custom environment variables on servicename service. This function work only for the local computer. Administrative privileges are required for this to succeed.

Параметри

servicename

The service name to read environment variables.

Значення, що повертаються

Return an array with variable name in key and variable value in value.

Помилки/виключення

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

A Win32ServiceException is thrown on error.

Прогляньте також

add a note

User Contributed Notes

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