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

    Guzzle Documentation User Guide Guzzle Documentation Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. Simple ...
  • body

    body body Summary The body option is used to control the body of an entity enclosing request (e.g., PUT, POST, PATCH). Types string fopen() resource Psr\Http\Message\Stre...
  • stream()

    stream — Create encoded image stream Description Parameters format (optional) quality (optional) Return Values Examples See also stream — Create encoded image stream D...
  • 上传数据

    上传数据 POST/表单请求 发送表单字段 发送表单文件 上传数据 Guzzle为上传数据提供了一些方法。 你可以发送一个包含数据流的请求,将 body 请求参数设置成一个字符串、 fopen 返回的资源、或者一个 Psr\Http\Message\StreamInterface 的实例。 // Provide the body as ...
  • App Class

    App Class Finding Classes Finding Paths to Namespaces Locating Plugins Locating Themes Loading Vendor Files App Class class Cake\Core\ App The App class is responsible ...
  • allow_redirects

    allow_redirects allow_redirects 摘要 描述请求的重定向行为 类型 bool array 默认值 [ 'max' => 5 , 'strict' => false , 'referer' =...
  • allow_redirects

    allow_redirects allow_redirects SummaryDescribes the redirect behavior of a requestTypes bool array Default [ 'max' => 5 , 'strict' =>...
  • CSRF Protection Middleware

    Middleware Middleware in CakePHP Using Middleware Adding Middleware from Plugins Creating Middleware Routing Middleware Security Header Middleware Content Security Policy Hea...
  • 请求

    HTTP 请求 获取请求 基本请求信息 获取请求的 URI 获取请求的方法 PSR-7 请求 获取输入数据 获取特定输入值 确认是否有输入值 获取所有输入数据 获取部分输入数据 旧输入数据 将输入数据闪存至 Session 闪存输入数据至 Session 后重定向 获取旧输入数据 Cookies 从请求取出 Cookie 值 将...
  • Overview

    Overview Requirements Installation Bleeding edge License Contributing Guidelines Running the tests Reporting a security vulnerability Overview Requirements PHP 5.5.0...