|
cubrid_get_client_infoReturn the client library version Beschreibung
string cubrid_get_client_info
( void
)
This function returns a string that represents the client library version. Parameter-Liste
RückgabewerteA string that represents the client library version; on success.
BeispieleBeispiel #1 cubrid_get_client_info example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: CUBRID PHP Version: 9.1.0.0001 PARAM_ISOLATION_LEVEL 3 LOCK_TIMEOUT -1 MAX_STRING_LENGTH 1073741823 PARAM_AUTO_COMMIT 1 Server Info: 9.1.0.0212 Client Info: 9.1.0 CUBRID Charset: iso8859-1 |