php - 如何输出 Zend_Http_Client 将发送的 POST 数据列表?

标签 php debugging zend-framework post zend-http-client

我需要调试我的 Zend_Http_Client 代码,以便我确信我将所有正确的 POST 字段和 header 发送到我的服务器。如何输出将发送的 POST 字段列表,甚至整个 HTTP 命令是什么?

最佳答案

结果我错过了right in the documentation: getLastRequest() 将返回整个最后请求的字符串化版本!

关于php - 如何输出 Zend_Http_Client 将发送的 POST 数据列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7399173/

相关文章:

php - 在哪里放置 OAuth 逻辑?

php - 从 MySQL 数据库中设置 Zend Form 中的特殊字符

php - 是否有必要在 laravel 迁移中定义外键约束?

php - 如何使用 Zend Framework 将用户操作记录到数据库

php - 将追加销售替换为 Woocommerce 3 中特定产品类别的产品

node.js - 调试nodejs应用程序生成的核心文件

php - Zend 1.12 显示 Twitter 提要

php - Yii2 : Can I bind an array to an IN() condition in join?

javascript - 如果没有抛出错误,如何在 IE 中进行调试?

linux - Linux下可视化内存调试应用?