(PECL win32service >=1.1.0)
win32_add_service_env_var — Add a custom environment variables on service
Add a custom environment variables
varname
on
servicename
service. This function worc only for the local computer. Administrative privilegues are required for this to succeed.
servicename
The service name to add environment variable.
varname
The environment variable name.
value
The environment variable value.
No value is returned.
A
ValueError
is thrown if the
value of
service
parameter is empty.
A
ValueError
is thrown if the
value of
varname
parameter is empty.
A Win32ServiceException is thrown on error.