win32_get_service_env_vars
(PECL win32service >=1.1.0)
win32_get_service_env_vars — Read all custom environment variables on service
说明
Read all custom environment variables on servicename
service. This function work only for the local computer. Administrative privileges are required for this to succeed.
参数
servicename
-
The service name to read environment variables.
返回值
Return an array with variable name in key and variable value in value.
错误/异常
A ValueError is thrown if the
value of service
parameter is empty.
A Win32ServiceException is thrown on error.
参见
- win32_add_service_env_var() - Add a custom environment variables on service
- win32_remove_service_env_var() - Remove a custom environment variables on service
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.win32-get-service-env-vars.php