(PECL CUBRID >= 8.3.0)
cubrid_get_client_info — Returns a string that represents the client library version
This function returns a string that represents the client library version.
A string that represents the client library version; on success.
FALSE on failure.
Пример #1 cubrid_get_client_info() example
<?php
printf("CUBRID client info: %s\n", cubrid_get_client_info());
?>
Результат выполнения данного примера:
Result: CUBRID client info: 8.2.1