| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_get_db_parameter(PECL CUBRID >= 8.3.0) cubrid_get_db_parameter — Returns the CUBRID database parameters 説明
array cubrid_get_db_parameter
( resource
$conn_identifier
)This function returns the CUBRID database parameters or it returns FALSE on failure. It returns an associative array with the values for the following parameters:
The following table shows the isolation levels from 1 to 6. It consists of table schema (row) and isolation level:
パラメータ
返り値An associative array with CUBRID database parameters; on success.
変更履歴
例例1 cubrid_get_db_parameter() 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 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_get_db_parameter - Returns the CUBRID database parameters」をGoogle検索
|