|
win32_remove_service_env_varRemove a custom environment variables on service Description
void win32_remove_service_env_var(string
$servicename , string $varname )
Remove a custom environment variables Parameters
Return ValuesNo value is returned. Errors/Exceptions
A ValueError is thrown if the
value of
A ValueError is thrown if the
value of A Win32ServiceException is thrown on error. See Also
|