PHP PDO - 输出准备好的语句

发布于 2024-08-17 17:44:54 字数 90 浏览 6 评论 0原文

我使用 PDO 准备好的声明。并执行该方法。

我想在执行之前显示语句,并替换数据 - 真正的 1:1 语句作为字符串?

有什么想法吗?

I use a prepared statment wiht PDO. and the method execute.

I want to display the statment before it is executed, with the data replaced - the real 1:1 statment as a string?

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月寒剑心 2024-08-24 17:44:54

看看 PDOStatement::debugDumpParams
由于参数不一定混合到客户端的 sql 语句中(即您的 php 脚本),我想这已经是您所要求的最接近的了。

Take a look at PDOStatement::debugDumpParams.
Since the parameters are not necessarily mixed into the sql statement at the client-side (i.e. your php script) I suppose that's as close as you can get to what you've asked for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文