|
cubrid_ping(PECL CUBRID >= 8.3.1) cubrid_ping — Ping a server connection or reconnect if there is no connection Описание
bool cubrid_ping
([ resource $conn_identifier
] )
Checks whether or not the connection to the server is working. Список параметров
Возвращаемые значенияReturns TRUE if the connection to the server CUBRID server is working, otherwise FALSE. Примеры
Пример #1 cubrid_ping() example
<?php |
|