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

    Response对象 生命周期 方法列表 write redirect setCookie getSwooleResponse end isEndResponse PSR-7规范Response对象中常用方法 withStatus withHeader Response对象 生命周期 Response对象在系统中以单例模式存...
  • Request对象

    生命周期 方法列表 getRequestParam() getSwooleRequest() PSR-7规范ServerRequest对象中常用方法 getCookieParams() getUploadedFiles() getBody() 获得get内容 获得post内容 获得raw内容 获得头部 获得server 获得cooki...
  • 8.1. 以 / 结尾的路由模式

    515 2019-09-21 《Slim 3 中文文档》
    以 / 结尾的路由模式 以 / 结尾的路由模式 Edit This Page Slim 处理带有斜线结尾的 URL 和不带斜线的 URL 的方式不同。意思就是 /user 和 /user/ 不是一回事,它们可以有不同的回调。 如果你想通过重定向让所有以 / 结尾的 URL 和不以 / 结尾的 URL 相等,你可以添加这个中间件: us...
  • Body

    Body Body Both request and response messages can contain a body. You can retrieve the body of a message using the getBody() method: $response = GuzzleHttp \get ( 'http://...
  • Body

    Body Body Both request and response messages can contain a body. You can retrieve the body of a message using the getBody() method: $response = GuzzleHttp \get ( 'http://...
  • 1.9 自动加载

    自动加载 PSR-4规范一瞥 PhalApi 2.x 的命名规范 Api层命名规范 多层子命名空间 Domain层和Model层的命名规范 如何实例化 先use,再实例 使用完整类名实例化 如何增加一个顶级命名空间? 注意事项 自动加载 PhalApi 2.x 的自动加载很简单,完全遵循于PSR-4规范 ,并且兼容 PhalApi...
  • Requests

    HTTP Requests Accessing The Request Dependency Injection & Route Parameters Accessing The Request Via Route Closures Request Path & Method Retrieving The Request Path Retrievin...
  • Service Subscribers & Locators

    Service Subscribers & Locators Service Subscribers & Locators Defining a Service Subscriber Including Services Optional Services Aliased Services Defining a Service Locator Re...
  • App Class

    App Class Finding Classes Finding Paths to Resources Finding Paths to Namespaces Locating Plugins Locating Themes Loading Vendor Files App Class class Cake\Core\ App ...
  • 缓存

    缓存 缓存 缓存按照 PSR-16标准 实现,提供多种灵活的方式操作缓存。 缓存配置 Redis