php8.5
Home/ Manual/ win32service / functions/ win32_remove_service_env_var

win32_remove_service_env_var

PHP function Edit on GitHub ✎

Remove a custom environment variables on service

Description

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.

Parameters

servicename

The service name to remove environment variable.

varname

The environment variable name.

Return Values

Void

Errors/Exceptions

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.

See Also

Source: reference/win32service/functions/win32-remove-service-env-var.xml · from the official PHP manual (php/doc-en)