Method _putenv()


Method _putenv

void _putenv(string var, void|string val)

Description

Works exactly like the putenv() defined in the master, but only updates the real environment. Everyone should use the version in the master instead so that the cache doesn't get stale.

See also

_getenv(), putenv()