Method _getenv()


Method _getenv

string|zero _getenv(string var)
mapping(string:string) _getenv()

Description

Works exactly like the getenv() defined in the master, but only accesses the real environment. Everyone should use the caching version in the master instead.

See also

getenv(), _putenv()