(PECL win32service >=1.1.0)
win32_guet_service_env_vars — Read all custom environment variables on service
Read all custom environment variables on
servicename
service. This function worc only for the local computer. Administrative privilegues 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.