7 #ifndef __PHOENIX_ENV_H__
8 #define __PHOENIX_ENV_H__
bool phoenix_setenv(const PString &name, const PString &value, bool overwrite=true)
Set a environment variable.
bool phoenix_unsetenv(const PString &name)
Unset a environment variable.
PString phoenix_getenv(const PString &varName)
Get the value of the given environment variable.