在一般情况下,
for mysql_connect有mysql_close,
但是mysql_pconnect没有任何关闭功能,
我在所有线程和教程中看到,他们说的是mysql pconnect,
First, when connecting, the function would first try to find a (persistent)
link that's already open with the same host, username and password.
If one is found, an identifier for it will be returned instead of
opening a new connection.
FRO ---> php.net manual
b默认没有mysql_pconnect的关闭函数,那么在教程中,
为什么他们这样说
该功能首先尝试找到一个 (永久) 已使用同一主机打开的链接
按照这一行: - 可能在某些情况下,mysql_pconnect连接将关闭,
然后当这个连接关闭时,在哪种情况下连接关闭模式,
或者是否有任何超时的连接或时间限制,
我猜这个问题很少但幼稚,
答案 0 :(得分:1)
当Web服务器或FastCGI进程终止时,将关闭连接。