Skip to content

env

Signature

env(string)

Description

Returns the value of the environment variable passed in argument.

Examples

env('MY_ENV_VAR') == 'foo'