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

    706 2019-09-21 《Slim 3 Document》
    PHP Error Handler Default PHP Error handler Custom PHP Error handler PHP Error Handler If your Slim Framework application throws aPHP Runtime error (PHP 7+ only),the applica...
  • Session 会话

    Session 会话 简介 依赖 贡献组件代码 运行测试 通过 Composer 命令运行测试 通过 PHPUnit 命令运行测试 Session 会话 简介 Session 组件提供 HTTP 服务下的 Session 会话支持,目前仅实现了 Redis 驱动下的 Session 储存支持,由于 Swoft 的设计理念更倾向于分布式...
  • Service Container

    Service Container Introduction Binding Binding Basics Simple Bindings Binding A Singleton Binding Instances Binding Primitives Binding Interfaces To Implementations Contextu...
  • Service Container

    Service Container Introduction Binding Binding Basics Simple Bindings Binding A Singleton Binding Instances Binding Primitives Binding Interfaces To Implementations Contextu...
  • 7.2. 404 Not Found 处理器

    609 2019-09-21 《Slim 3 中文文档》
    404 Not Found 处理器 默认的 Not Found 处理器 自定义 Not Found 处理器 404 Not Found 处理器 Edit This Page 如果你的 Slim 应用程序没有可以匹配到当前 HTTP 请求 URI 的路由,程序会调用 Not Found 处理器,并返回一个 HTTP/1.1 404 Not Fo...
  • 缓存

    Cache 安装 默认配置 使用 Simple Cache 方式 注解方式 清理 @Cacheable 生成的缓存 注解介绍 Cacheable CachePut CacheEvict 缓存驱动 Redis驱动 协程内存驱动 Cache hyperf/cache 提供了基于 Aspect 实现的切面缓存,也提供了实现 ...
  • Cache.php

    DuckPhp\Ext\Cache 简介 选项 方法 详解 DuckPhp\Ext\Cache 简介 空缓存组件类 psr-16 缓存类(注意没实现 psr-16接口) 选项 无选项 方法 public function __construct () public function init ( array ...
  • Service Container

    Service Container Introduction Binding Binding Basics Simple Bindings Binding A Singleton Binding Instances Binding Primitives Binding Interfaces To Implementations Contextu...
  • 请求

    请求对象 安装 获得请求对象 依赖注入与参数 请求路径 & 方法 获取请求路径 获取请求的 URL 获取请求方法 PSR-7 请求及方法 输入预处理 & 规范化 获取输入 获取所有输入 获取指定输入值 从查询字符串获取输入 获取 JSON 输入信息 确定是否存在输入值 Cookies 从请求中获取 Cookies 文件 获取...
  • Requests

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