gpt4 book ai didi

php - 我真的需要做 mysql_close()

转载 作者:IT老高 更新时间:2023-10-28 23:48:50 25 4
gpt4 key购买 nike

我真的需要做 mysql_close() 吗?为什么或为什么不?

即使我不做mysql_close,mysql_connect之后是否有关闭链接的触发器?

最佳答案

根据the documentation :

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

就个人而言,我总是喜欢确保我迂腐地关闭我打开的任何东西,但这不是必需的

关于php - 我真的需要做 mysql_close(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3359716/

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