gpt4 book ai didi

PHP:MySQL 如果我们不关闭打开的连接怎么办

转载 作者:太空宇宙 更新时间:2023-11-04 13:57:25 25 4
gpt4 key购买 nike

在 PHP + MySQL 中

这是:

$conn = mysql_connect("server","user","pass");
mysql_select_db("datbasename");

我们如何打开一个连接。

这是:

mysql_close($conn);

我们如何关闭连接。

  • 如果我们不关闭连接会怎样?会有什么影响?
  • 在什么条件下打开的连接会自动关闭?

最佳答案

来自PHP documentation for mysql_close :

Using mysql_close() isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. See also freeing resources.

关于PHP:MySQL 如果我们不关闭打开的连接怎么办,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3502975/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com