Query: sqlsrv_configure
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQLSRV_CONFIGURE(3) SQLSRV_CONFIGURE(3) sqlsrv_configure - Changes the driver error handling and logging configurationsSYNOPSISbool sqlsrv_configure (string $setting, mixed $value)DESCRIPTIONChanges the driver error handling and logging configurations.PARAMETERSo $setting - The name of the setting to set. The possible values are "WarningsReturnAsErrors", "LogSubsystems", and "LogSeverity". o $value - The value of the specified setting. The following table shows possible values: Error and Logging Setting Options +-----------------------+---------------------------------------------------+ | Setting | | | | | | | Options | | | | +-----------------------+---------------------------------------------------+ |WarningsReturnAsErrors | | | | | | | 1 ( TRUE) or 0 ( FALSE) | | | | | LogSubsystems | | | | | | | SQLSRV_LOG_SYSTEM_ALL (-1) SQLSRV_LOG_SYSTEM_CONN | | | (2) SQLSRV_LOG_SYSTEM_INIT (1) SQLSRV_LOG_SYS- | | | TEM_OFF (0) SQLSRV_LOG_SYSTEM_STMT (4) SQL- | | | SRV_LOG_SYSTEM_UTIL (8) | | | | | LogSeverity | | | | | | | SQLSRV_LOG_SEVERITY_ALL (-1) SQLSRV_LOG_SEVER- | | | ITY_ERROR (1) SQLSRV_LOG_SEVERITY_NOTICE (4) SQL- | | | SRV_LOG_SEVERITY_WARNING (2) | | | | +-----------------------+---------------------------------------------------+RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOSQLSRV Error Handling., Logging SQLSRV Activity.. PHP Documentation Group SQLSRV_CONFIGURE(3)
Related Man Pages |
---|
putenv(3) - php |
pdo_sqlsrv-dsn(3) - php |
pg_copy_from(3) - php |
variant_or(3) - php |
variant_xor(3) - php |
Similar Topics in the Unix Linux Community |
---|
Error while setting up the Horde framework using OpenBSD ports |
Exception Error Handling Implementation in MySQL/VB.NET Windows Database Applications |