PDO::PARAM_EVT_* 常量的作用是什么?
我找不到有关这些常量的任何信息,但缺少文档 给出。
它们可以用来做什么,我应该使用它们吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,您不能作为最终用户使用它们。这些常量在每个驱动程序内部用于处理所描述的事件。浏览源代码 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.