update : 2015.11.03
php.shukuma.com검색:
|
cubrid_get_client_info(PECL CUBRID >= 8.3.0) cubrid_get_client_info — Return the client library version 설명
string cubrid_get_client_info
( void
)
This function returns a string that represents the client library version. 인수
반환값A string that represents the client library version; on success.
예제Example #1 cubrid_get_client_info() example
<?php 위 예제의 출력: 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 |