<small id='abVPx'></small><noframes id='abVPx'>

    • <bdo id='abVPx'></bdo><ul id='abVPx'></ul>
    <i id='abVPx'><tr id='abVPx'><dt id='abVPx'><q id='abVPx'><span id='abVPx'><b id='abVPx'><form id='abVPx'><ins id='abVPx'></ins><ul id='abVPx'></ul><sub id='abVPx'></sub></form><legend id='abVPx'></legend><bdo id='abVPx'><pre id='abVPx'><center id='abVPx'></center></pre></bdo></b><th id='abVPx'></th></span></q></dt></tr></i><div id='abVPx'><tfoot id='abVPx'></tfoot><dl id='abVPx'><fieldset id='abVPx'></fieldset></dl></div>
  1. <legend id='abVPx'><style id='abVPx'><dir id='abVPx'><q id='abVPx'></q></dir></style></legend>
      <tfoot id='abVPx'></tfoot>

    1. 是否有必要关闭 PDO 连接

      时间:2023-10-05
      • <bdo id='XhKiw'></bdo><ul id='XhKiw'></ul>

            • <small id='XhKiw'></small><noframes id='XhKiw'>

            • <legend id='XhKiw'><style id='XhKiw'><dir id='XhKiw'><q id='XhKiw'></q></dir></style></legend>
            • <i id='XhKiw'><tr id='XhKiw'><dt id='XhKiw'><q id='XhKiw'><span id='XhKiw'><b id='XhKiw'><form id='XhKiw'><ins id='XhKiw'></ins><ul id='XhKiw'></ul><sub id='XhKiw'></sub></form><legend id='XhKiw'></legend><bdo id='XhKiw'><pre id='XhKiw'><center id='XhKiw'></center></pre></bdo></b><th id='XhKiw'></th></span></q></dt></tr></i><div id='XhKiw'><tfoot id='XhKiw'></tfoot><dl id='XhKiw'><fieldset id='XhKiw'></fieldset></dl></div>
                <tbody id='XhKiw'></tbody>

              <tfoot id='XhKiw'></tfoot>

                本文介绍了是否有必要关闭 PDO 连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我注意到 PDO 没有关闭功能.我应该关闭连接还是 PDO 不需要?

                解决方案

                成功连接到数据库后,PDO 类的实例将返回到您的脚本.该连接在该 PDO 对象的生命周期内保持活动状态.要关闭连接,您需要通过确保删除对它的所有剩余引用来销毁该对象——您可以通过将 NULL 分配给保存该对象的变量来完成此操作.如果您没有明确这样做,PHP 将在您的脚本结束时自动关闭连接.

                http://php.net/manual/en/pdo.connections.php

                所以答案是否定的,除非出于某种原因需要在脚本执行期间显式关闭连接,否则您不需要做任何事情,在这种情况下,只需将 PDO 对象设置为 null.

                I noticed there is no close function for PDO. Should I close the connection or is it unnecessary for PDO?

                解决方案

                Upon successful connection to the database, an instance of the PDO class is returned to your script. The connection remains active for the lifetime of that PDO object. To close the connection, you need to destroy the object by ensuring that all remaining references to it are deleted--you do this by assigning NULL to the variable that holds the object. If you don't do this explicitly, PHP will automatically close the connection when your script ends.

                http://php.net/manual/en/pdo.connections.php

                So the answer is no, you don't need to do anything unless you need to explicitly close the connection during the script execution for whatever reason, in which case just set your PDO object to null.

                这篇关于是否有必要关闭 PDO 连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:如何使用 PDO PHP 创建分页 下一篇:“服务器发送客户端未知的字符集(255)"将 M

                相关文章

                最新文章

                <tfoot id='Dw2V3'></tfoot>
                  <bdo id='Dw2V3'></bdo><ul id='Dw2V3'></ul>
              1. <legend id='Dw2V3'><style id='Dw2V3'><dir id='Dw2V3'><q id='Dw2V3'></q></dir></style></legend>

                <small id='Dw2V3'></small><noframes id='Dw2V3'>

              2. <i id='Dw2V3'><tr id='Dw2V3'><dt id='Dw2V3'><q id='Dw2V3'><span id='Dw2V3'><b id='Dw2V3'><form id='Dw2V3'><ins id='Dw2V3'></ins><ul id='Dw2V3'></ul><sub id='Dw2V3'></sub></form><legend id='Dw2V3'></legend><bdo id='Dw2V3'><pre id='Dw2V3'><center id='Dw2V3'></center></pre></bdo></b><th id='Dw2V3'></th></span></q></dt></tr></i><div id='Dw2V3'><tfoot id='Dw2V3'></tfoot><dl id='Dw2V3'><fieldset id='Dw2V3'></fieldset></dl></div>