public string Asf_Application::getMode(void)
此函数没有参数
获取当前允许的模式:
$handle = new Asf_Application($configs); $handle->run(); var_dump($handle->getMode());