public string Asf_Application::getEnv(void)
此函数没有参数
获取一个 Asf_Application 对象的配置信息中的 环境信息
$handle = new Asf_Application($configs); $handle->run(); var_dump($handle->getEnv());