mysql_ping
(PHP 4 >= 4.3.0, PHP 5)
mysql_ping — Ping 一个服务器连接,如果没有连接则重新连接
<h3>说明</h3>
bool <strong>mysql_ping</strong>
([ resource <code>$
link_identifier
</code>
] )
<p>
<strong>mysql_ping()</strong>
检查到服务器的连接是否正常。如果断开,则自动尝试连接。本函数可用于空闲很久的脚本来检查服务器是否关闭了连接,如果有必要则重新连接上。如果到服务器的连接可用则
<strong>mysql_ping()</strong> 返回 <strong><code>TRUE</code></strong>,否则返回 <strong><code>FALSE</code></strong>。
</p>
<p>
参见
mysql_thread_id() 和
mysql_list_processes()。
</p>