php – 使用mysql_close()

前端之家收集整理的这篇文章主要介绍了php – 使用mysql_close()前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是否有必要在 PHP查询结束时使用MysqL_close()?
manual

MysqL_close() closes the
non-persistent connection to the MysqL
server that’s associated with the
specified link identifier.

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

更多关于here内容

猜你在找的PHP相关文章