Este conteúdo não está disponível no idioma selecionado.
function::env_var
Name
function::env_var — Fetch environment variable from current process
Synopsis
function env_var:string(name:string)
function env_var:string(name:string)
Arguments
name- Name of the environment variable to fetch
 
General Syntax
					evn_var:string(name:string)
				
Description
					Returns the contents of the specified environment value for the current process. If the variable isn't set an empty string is returned.