Complete PHP MySQL Reference
The mysql_ping() function pings a server connection or reconnects to it if there is no connection.
This function returns TRUE if there is a connection, or FALSE on failure.
| Parameter | Description |
|---|---|
| connection | Optional. Specifies the MySQL connection. If not specified, the last connection opened by mysql_connect() or mysql_pconnect() is used. |
Note: This function can be used by scripts that remain idle for a long time.
Complete PHP MySQL Reference
Your message has been sent to W3Schools.