|
cubrid_get_client_infoReturn the client library version Description
string cubrid_get_client_info
( void
)
This function returns a string that represents the client library version. Parameters
Return ValuesA string that represents the client library version; on success.
ExamplesExample #1 cubrid_get_client_info example
<?php The above example will output: 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 |