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

    Contributing Guidelines Running the tests Contributing Guidelines Guzzle utilizes PSR-1, PSR-2, PSR-4, and PSR-7. Guzzle is meant to be lean and fast with very few depende...
  • sink

    sink sink SummarySpecify where the body of a response will be saved.Types string (path to file on disk) fopen() resource Psr\Http\Message\StreamInterface DefaultPHP temp s...
  • 介绍

    介绍 为什么要用 Swoole? 功能组件 介绍 imi 是基于 PHP 协程应用开发框架,它支持 HttpApi、WebSocket、TCP、UDP 应用开发。 由 Swoole 提供强力驱动,Swoole 拥有常驻内存、协程非阻塞 IO 等特性。 框架遵守 PSR 标准规范,提供 AOP、注解、连接池、请求上下文管理、ORM模型等常用组件...
  • sink

    sink sink Summary Specify where the body of a response will be saved. Types string (path to file on disk) fopen() resource Psr\Http\Message\StreamInterface Default PHP ...
  • 开发规范

    开发规范 文件和目录 统一代码风格 手工优化 结合 Git Hooks 来格式化代码: Git Commit 开发规范 Testing Is Documentation tests/Docs/Started/SpecificationDoc.php QueryPHP 遵循 PSR-2 命名规范和 PSR-4 自动加载规范。 ...
  • 中间件

    中间件 原理 定义全局中间件 定义局部中间件 通过配置文件定义 通过注解定义 定义方法级别的中间件 中间件相关的代码 中间件的执行顺序 全局更改请求和响应对象 自定义 CoreMiddleWare 的行为 常用中间件 跨域中间件 中间件 这里的中间件指的是”中间件模式”,该功能属于 hyperf/http-server 组件...
  • 类 类修饰符 实现接口 类 每个 Zephir 文件都必须实现一个类或接口 (并且只有一个)。 类结构与 php 类非常相似: namespace Test ; /** * This is a sample class */ class MyClass { } 类修饰符 支持以下类...
  • Middleware

    486 2019-09-21 《Slim 3 Document》
    Middleware What is middleware? How does middleware work? How do I write middleware? Closure middleware example. Invokable class middleware example How do I add middleware? App...
  • 响应

    响应 返回 Json 格式 返回 Xml 格式 返回 Raw 格式 返回视图 重定向 Cookie 设置 Gzip 压缩 分块传输编码 Chunk 返回文件下载 响应 在 Hyperf 里可通过 Hyperf\HttpServer\ResponseInterface 接口类来注入 Response 代理对象对响应进行处理,默认返...
  • Uploading Data

    Uploading Data POST/Form Requests Sending form fields Sending form files Uploading Data Guzzle provides several methods for uploading data. You can send requests that conta...