win32_remove_service_env_var

(No version information available, might only be in Git)

win32_remove_service_env_varRemove a custom environment variables on service

说明

win32_remove_service_env_var(string $servicename, string $varname): void

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

参数

servicename

The service name to remove environment variable.

varname

The environment variable name.

返回值

没有返回值。

错误/异常

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.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top