cubrid_ping
PECL CUBRID >= 8.3.1
cubrid_ping - Ping a server connection or reconnect if there is no connection
Manual
cubrid_ping(
[resource$conn_identifier] ): bool
Checks whether or not the connection to the server is working.
Parameters
- conn_identifier
-
The CUBRID connection identifier. If the connection identifier is not specified, the last connection opened by cubrid_connect is assumed.
Return Values
Returns true if the connection to the server CUBRID server is working, otherwise false.