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

    expect expect 摘要 控制”Expect: 100-Continue”报文头的行为。 类型 bool integer 默认值 1048576 常量 GuzzleHttp\RequestOptions::EXPECT 设置成 true 来为所有发送主体的请求启用 “Expect: 100-Continue” 报文头;...
  • 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://...
  • 介绍

    关于 Discuz! Q 安装方法 安装 Discuz! Q 感谢 关于 Discuz! Q Discuz! Q 官方站 Discuz! Q 官方演示站 安装方法 服务器环境需求为: PHP 7.2.5+ 和 MySQL 5.7+ 。 安装 Discuz! Q 请参考安装文档 来完成安装。 感谢 Discuz!...
  • Headers

    Headers Accessing Headers Complex Headers Headers Both request and response messages contain HTTP headers. Accessing Headers You can check if a request or response has a s...
  • Headers

    Headers Accessing Headers Complex Headers Headers Both request and response messages contain HTTP headers. Accessing Headers You can check if a request or response has a s...
  • debug

    debug debug 摘要 设置成 true 或设置成一个 fopen() 返回的流来启用调试输出发送请求的处理器, 比如,当使用cURL传输请求,cURL的 CURLOPT_VERBOSE 的冗长将会发出, 当使用PHP流,流处理的提示将会发生。 如果设置为true,输出到PHP标准输出文件,如果提供了PHP流,将会输出到流。 类型 ...
  • IDE Helper

    815 2021-03-26 《Saber 使用教程》
    IDE Helper IDE Helper 将本项目源文件加入到IDE的 Include Path 中. (使用composer安装,则可以包含整个vendor文件夹, PHPStorm会自动包含) 良好的注释书写使得Saber完美支持IDE自动提示, 只要在对象后书写箭头符号即可查看所有对象方法名称, 名称都十分通俗易懂, 大量方法都遵循PS...
  • debug

    debug debug SummarySet to true or set to a PHP stream returned by fopen() toenable debug output with the handler used to send a request. For example,when using cURL to transf...
  • 邮件

    邮件 简介 驱动前提 Mailgun 驱动 Mandrill 驱动 SES 驱动 发送邮件 创建消息 发送纯文本 发送原始字符串 附件 内部附件 在电子邮件视图中嵌入图片 在电子邮件视图中嵌入原始数据 队列邮件 将邮件消息加入队列 延迟的消息队列 加入特定队列 邮件与本地开发 日志驱动 通用收件者 Mailtrap ...
  • Cookies

    Cookies Cookies Guzzle can maintain a cookie session for you if instructed using the cookies request option. When sending a request, the cookies option must be set to an inst...