(PECL CUBRID >= 8.3.0)
cubrid_version — Is used to get the CUBRID PHP module’s version
The cubrid_version() function is used to get the CUBRID PHP module’s version.
У этой функции нет параметров.
Version information (eg. "1.2.0").
Пример #1 cubrid_version() example
<?php
echo cubrid_version();
?>