<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                static __make(App $app):Request setDomain(string $domain="www.xxx.com"):$this -- 設置當前包含協議的域名 domain(bool $port = false): string -- 獲取當前包含協議的域名 rootDomain(): string -- 獲取當前根域名 setSubDomain(string $domain) :Request -- 設置當前泛域名的值 subDomain(): string -- 獲取當前子域名 setPanDomain(string $domain) :Request -- 設置當前泛域名的值 panDomain(): string -- 獲取當前泛域名的值 setUrl(string $url):Request -- 設置當前完整URL 包括QUERY_STRING url(bool $complete = false): string -- 獲取當前完整URL 包括QUERY_STRING true時返回包含完整域名 setBaseUrl(string $url):Request -- 設置當前URL 不含QUERY_STRING baseUrl(bool $complete = false): string -- 獲取當前URL 不含QUERY_STRING baseFile(bool $complete = false): string -- 獲取當前執行的文件 SCRIPT_NAME setRoot(string $url) :Request -- 設置URL訪問根地址 root(bool $complete = false): string -- 獲取URL訪問根地址 rootUrl(): string -- 獲取URL訪問根目錄 setPathinfo(string $pathinfo):Request -- 設置當前請求的pathinfo pathinfo(): string -- 獲取當前請求URL的pathinfo信息(含URL后綴) ext(): string -- 當前URL的訪問后綴 time(bool $float = false):float/int -- 獲取當前請求的時間 type(): string -- 當前請求的資源類型 參數為資源類型 mimeType($type, $val = ''): void -- 設置資源類型 setMethod(string $method):Request -- 設置請求類型(參數可以是get、post、put等) method(bool $origin = false): string --當前的請求類型 為true著獲取原始請求類型 isGet(): bool -- 是否為GET請求 isPost(): bool -- 是否為POST請求 isPut(): bool -- 是否為PUT請求 isDelete(): bool -- 是否為DELTE請求 isHead(): bool -- 是否為HEAD請求 isPatch(): bool -- 是否為PATCH請求 isOptions(): bool -- 是否為OPTIONS請求 isCli(): bool -- 是否為cli isCgi(): bool -- 是否為cgi <span style='color:blue'>**param**</span>(string $name = '', mixed $default = null, string|array $filter = ''):mixed -- 獲取當前請求的參數 >[danger] $filter是過濾函數如intval、boolval、strval $default 為要設置的默認數據類型 <span style='color:blue'>**get**</span>($name = '', $default = null, $filter = ''):mixed -- 獲取GET參數 <span style='color:blue'>**post**</span>($name = '', $default = null, $filter = ''):mixed -- 獲取POST參數 put($name = '', $default = null, $filter = ''):mixed -- 獲取PUT參數 delete($name = '', $default = null, $filter = ''):mixed -- 獲取DELETE參數 patch($name = '', $default = null, $filter = ''):mixed -- 獲取PATCH參數 request($name = '', $default = null, $filter = ''):mixed -- 獲取request參數 env(string $name = '', string $default = null):mixed -- 獲取環境變量 setRule(Rule $rule):Request -- 設置路由變量 rule():Rule|null -- 獲取當前路由對象 setRoute(array $route):Request -- 設置路由變量 route($name = '', $default = null, $filter = ''):mixed -- 獲取路由參數 middleware($name, $default = null):mixed -- 獲取中間件傳遞的參數 <span style='color:blue'>**session**</span>(string $name = '', $default = null) :mixed -- 獲取session數據 <span style='color:blue'>**cookie**</span>(string $name = '', $default = null, $filter = ''):mixed -- 獲取cookie參數 server(string $name = '', string $default = ''):mixed -- 獲取server參數 file(string $name = ''):null|array|UploadedFile -- 獲取上傳的文件信息 header(string $name = '', string $default = null):string|array -- 設置或者獲取當前的Header input(array $data = [], $name = '', $default = null, $filter = ''):mixed -- 獲取變量 支持過濾和默認值 filter($filter = null):mixed -- 設置或獲取當前的過濾規則 filterValue(&$value, $key, $filters):mixed -- 遞歸過濾給定的值 has(string $name, string $type = 'param', bool $checkEmpty = false): bool -- 是否存在某個請求參數 only(array $name, $data = 'param', $filter = ''): array -- 獲取指定的參數 except(array $name, string $type = 'param'): array -- 排除指定參數獲取 isSsl(): bool -- 當前是否ssl isJson(): bool -- 當前是否JSON請求 isAjax(bool $ajax = false): bool -- 當前是否Ajax請求 isPjax(bool $pjax = false): bool -- 當前是否Pjax請求 ip(): string -- 獲取客戶端IP地址 isValidIP(string $ip, string $type = ''): bool -- 檢測是否是合法的IP地址 ip2bin(string $ip): string -- 將IP地址轉換為二進制字符串 isMobile(): bool -- 檢測是否使用手機訪問 scheme(): string -- 當前URL地址中的scheme參數 query(): string -- 當前請求URL地址中的query參數 setHost(string $host):Request -- 設置當前請求的host(包含端口) host(bool $strict = false): string -- 當前請求的host 為true則僅僅獲取HOST port(): string -- 當前請求URL地址中的port端口參數 protocol(): string -- 當前請求 SERVER_PROTOCOL remotePort(): string -- 前請求 REMOTE_PORT contentType(): string -- 當前請求 HTTP_CONTENT_TYPE secureKey(): string -- 獲取當前請求的安全Key setApp(string $app):Request -- 設置當前的應用名 setController(string $controller):Reques -- 設置當前的控制器名 setAction(string $action):Reques -- 設置當前的操作名 app(): string -- 獲取當前的應用名 <span style='color:blue'>**controller**</span>(bool $convert = false): string -- 獲取當前的控制器名 true則轉為小寫 <span style='color:blue'>**action**</span>(bool $convert = false): string -- 獲取當前的操作名 true則轉為小寫 getContent(): string -- 設置或者獲取當前請求的content getInput(): string -- 獲取當前請求的php://input buildToken(string $name = '__token__', $type = 'md5'): string -- 生成請求令牌 checkToken(string $token = '__token__', array $data = []): bool -- 檢查請求令牌 withMiddleware(array $middleware):Request -- 設置在中間件傳遞的數據 withGet(array $get):Request -- 設置GET數據 withPost(array $post):Request -- 設置POST數據 withCookie(array $cookie):Request -- 設置COOKIE數據 withSession(Session $session):Request -- 設置SESSION數據 withServer(array $server):Request -- 設置SERVER數據 withHeader(array $header):Request -- 設置HEADER數據 withEnv(Env $env):Request -- 設置ENV數據 withFiles(array $files):Request -- 設置文件上傳數據 withRoute(array $route):Request -- 設置ROUTE變量 __set(string $name, $value):mixed -- 設置中間傳遞數據 __get(string $name):mixed -- 獲取中間傳遞數據的值 __isset(string $name): bool -- 檢測請求數據的值
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看