(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.
This function has no parameters.
Version information (eg. "1.2.0").
Example #1 cubrid_version() example
<?php
echo cubrid_version();
?>