PDO::PARAM_EVT_* 常量的作用是什么?

发布于 2024-09-11 16:54:38 字数 155 浏览 1 评论 0原文

我找不到有关这些常量的任何信息,但缺少文档 给出。

它们可以用来做什么,我应该使用它们吗?

I can't find any information on these constants but the sparse bit the documentation gives.

What can they be used for, and do I to use them?

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

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

发布评论

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

评论(1

简单 2024-09-18 16:54:38

据我所知,您不能作为最终用户使用它们。这些常量在每个驱动程序内部用于处理所描述的事件。浏览源代码 http://svn.php.net /repository/php/php-src/branches/PHP_5_3/ext/ 我没有找到任何最终用户功能。

As far as I can tell, you cannot use them as an end-user. Those constants are used internally on a per-driver basis for handling of the events described. Browsing the source at http://svn.php.net/repository/php/php-src/branches/PHP_5_3/ext/ I did not find any end-user functionality.

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