书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 896 个相关结果.
  • Upgrade Guide

    Upgrade Guide High Impact Changes Medium Impact Changes Upgrading To 7.0 From 6.x Estimated Upgrade Time: 15 Minutes Symfony 5 Required PHP 7.2.5 Required Updating Dependenci...
  • Service Container

    Service Container Introduction Zero Configuration Resolution When To Use The Container Binding Binding Basics Simple Bindings Binding A Singleton Binding Scoped Singletons Bi...
  • URL与控制器

    URL路由规则 基础控制器 REST Request对象 Response对象 PSR-7 Http Message 自定义路由 请求拦截与权限控制
  • Making a Request

    Making a Request Creating a Client Sending Requests Async Requests Concurrent requests Making a Request You can send requests with Guzzle using a GuzzleHttp\ClientInterface...
  • App

    App 从控制器中返回 将应用程序作为客户端 App 在 PHP 中没有默认路由器。 因此,提供了 \Dapr\App 类。 在后台使用了 Nikic’s FastRoute ,但是,您也可以自由使用任何路由器或 您想要的框架。 只需在 App 类中查看 add_dapr_routes() 方法,看看actors和 订阅是如何实现的。 每...
  • App

    App 从控制器中返回 将应用程序作为客户端 App 在 PHP 中没有默认路由器。 因此,提供了 \Dapr\App 类。 在后台使用了 Nikic’s FastRoute ,但是,您也可以自由使用任何路由器或 您想要的框架。 只需在 App 类中查看 add_dapr_routes() 方法,看看actors和 订阅是如何实现的。 每...
  • App

    The App 从控制器中返回 将应用程序作为客户端 The App Using the App Class 在 PHP 中没有默认路由器。 因此,提供了 \Dapr\App 类。 在后台使用了 Nikic’s FastRoute ,但是,您也可以自由使用任何路由器或 您想要的框架。 只需在 App 类中查看 add_dapr_route...
  • App

    App 从控制器中返回 将应用程序作为客户端 App 在 PHP 中没有默认路由器。 因此,提供了 \Dapr\App 类。 在后台使用了 Nikic’s FastRoute ,但是,您也可以自由使用任何路由器或 您想要的框架。 只需在 App 类中查看 add_dapr_routes() 方法,看看actors和 订阅是如何实现的。 每...
  • HttpClient

    The HttpClient Component Installation Basic Usage Performance Enabling cURL Support HTTP/2 Support Making Requests Authentication Query String Parameters Headers Uploading ...
  • Request对象

    生命周期 方法列表 getRequestParam() getSwooleRequest() PSR-7规范ServerRequest对象中常用方法 getCookieParams() getUploadedFiles() getBody() 获得get内容 获得post内容 获得raw内容 获得头部 获得server 获得cooki...