Cubrid Funkcje
PHP Manual

cubrid_version

(PECL CUBRID >= 8.3.0)

cubrid_versionIs used to get the CUBRID PHP module’s version

Opis

string cubrid_version ( void )

The cubrid_version() function is used to get the CUBRID PHP module’s version.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Version information (eg. "1.2.0").

Przykłady

Przykład #1 cubrid_version() example

<?php
echo cubrid_version();
?>

Zobacz też:


Cubrid Funkcje
PHP Manual