PHP.nl

win32_get_service_env_vars

win32_get_service_env_vars

Read all custom environment variables on service

array **win32_get_service_env_vars** string $servicename

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

servicenameThe service name to read environment variables.

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

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

A is thrown on error. Win32ServiceException

win32_add_service_env_var``win32_remove_service_env_var