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

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

    HandlerStack HandlerStack A handler stack represents a stack of middleware to apply to a base handler function. You can push middleware to the stack to add to the top of the st...
  • HttpClient

    HTTP Client HTTP Client Installation Basic Usage Configuration Scoping Client Making Requests Authentication Query String Parameters Headers Uploading Data Cookies Redire...
  • 服务容器

    服务容器 简介 服务绑定 基础绑定 简单绑定 绑定一个单例 绑定实例 绑定基本值 绑定接口到实现 上下文绑定 标记 扩展绑定 解析实例 make 方法 自动注入 容器事件 PSR-11 服务容器 简介 绑定 基本绑定 绑定接口到实现 上下文绑定 标记 扩展绑定 解析 Make 方法 自动注入 ...
  • Quickstart

    Quickstart Making a Request Creating a Client Sending Requests Async Requests Concurrent requests Using Responses Query String Parameters Uploading Data POST/Form Requests S...
  • authentication

    Quick Start Configuration Using Stateless Authenticators with other Authenticators Authentication Component Accessing the user / identity data Checking the login status Clearin...
  • App

    The App Returning from a controller Using the app as a client The App Using the App Class In PHP, there is no default router. Thus, the \Dapr\App class is provided. It uses ...
  • App

    The App Returning from a controller Using the app as a client The App Using the App Class In PHP, there is no default router. Thus, the \Dapr\App class is provided. It uses ...
  • App

    App Returning from a controller Using the app as a client App In PHP, there is no default router. Thus, the \Dapr\App class is provided. It uses Nikic’s FastRoute under the ...
  • 类库

    如果你需要在核心之外扩展和使用第三方类库,并且该类库不是通过Composer 安装使用,那么可以直接放入应用根目录下面的extend 目录下面,该目录是官方建议的第三方扩展类库目录。 类的命名规范遵循PSR-2 及PSR-4 规范,例如,如果有一个扩展类库的命名空间是 first.second.Foo ,类定义如下: namespace first\...