ExceptionalEnvironment::get_root_dir PHP Method

get_root_dir() static public method

static public get_root_dir ( )
    static function get_root_dir()
    {
        if (isset($_SERVER["PWD"])) {
            return $_SERVER["PWD"];
        }
        return @$_SERVER["DOCUMENT_ROOT"];
    }