cubrid_set_db_parameter
PECL CUBRID >= 8.4.0
cubrid_set_db_parameter - Sets the CUBRID database parameters
Manual
cubrid_set_db_parameter(
resource$conn_identifier,
int$param_type,
int$param_value ): bool
The cubrid_set_db_parameter function is used to set the CUBRID database parameters. It can set the following CUBRID database parameters:
PARAM_ISOLATION_LEVEL PARAM_LOCK_TIMEOUT
Note:
The auto-commit mode can be set by using cubrid_set_autocommit.
Parameters
- conn_identifier
The CUBRID connection. If the connection identifier is not specified, the last link opened by cubrid_connect is assumed.
- param_type
Database parameter type.
- param_value
Isolation level value (1-6) or lock timeout (in seconds) value.
Return Values
Returns true on success or false on failure.