Kraken\Environment\EnvironmentInterface::getEnv PHP 메소드

getEnv() 공개 메소드

Search the different places for environment variables and return first value found.
public getEnv ( string $name ) : string | null
$name string
리턴 string | null
    public function getEnv($name);