|
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. FALSE on failure. Список изменений
ПримерыПример #1 cubrid_get_db_parameter() example
<?php Результат выполнения данного примера: CUBRID PHP Version: 8.3.1.0005 PARAM_ISOLATION_LEVEL 3 PARAM_LOCK_TIMEOUT -1 PARAM_MAX_STRING_LENGTH 1073741823 PARAM_AUTO_COMMIT 0 Server Info: 8.3.1.0173 Client Info: 8.3.1 CUBRID Charset: iso8859-1 Смотрите также
|
|||||||||||||||||||||||||||