Extension [ extension #81 sqlsrv version 5.12.0 ] { - INI { Entry [ sqlsrv.WarningsReturnAsErrors ] Current = '1' } Entry [ sqlsrv.LogSeverity ] Current = '0' } Entry [ sqlsrv.LogSubsystems ] Current = '0' } Entry [ sqlsrv.ClientBufferMaxKBSize ] Current = '10240' } Entry [ sqlsrv.SetLocaleInfo ] Current = '2' } } - Constants [76] { Constant [ int SQLSRV_ERR_ERRORS ] { 0 } Constant [ int SQLSRV_ERR_WARNINGS ] { 1 } Constant [ int SQLSRV_ERR_ALL ] { 2 } Constant [ int SQLSRV_LOG_SYSTEM_OFF ] { 0 } Constant [ int SQLSRV_LOG_SYSTEM_INIT ] { 1 } Constant [ int SQLSRV_LOG_SYSTEM_CONN ] { 2 } Constant [ int SQLSRV_LOG_SYSTEM_STMT ] { 4 } Constant [ int SQLSRV_LOG_SYSTEM_UTIL ] { 8 } Constant [ int SQLSRV_LOG_SYSTEM_ALL ] { -1 } Constant [ int SQLSRV_LOG_SEVERITY_ERROR ] { 1 } Constant [ int SQLSRV_LOG_SEVERITY_WARNING ] { 2 } Constant [ int SQLSRV_LOG_SEVERITY_NOTICE ] { 4 } Constant [ int SQLSRV_LOG_SEVERITY_ALL ] { -1 } Constant [ int SQLSRV_FETCH_NUMERIC ] { 1 } Constant [ int SQLSRV_FETCH_ASSOC ] { 2 } Constant [ int SQLSRV_FETCH_BOTH ] { 3 } Constant [ int SQLSRV_PHPTYPE_NULL ] { 1 } Constant [ int SQLSRV_PHPTYPE_INT ] { 2 } Constant [ int SQLSRV_PHPTYPE_FLOAT ] { 3 } Constant [ int SQLSRV_PHPTYPE_DATETIME ] { 5 } Constant [ int SQLSRV_PHPTYPE_TABLE ] { 7 } Constant [ string SQLSRV_ENC_BINARY ] { binary } Constant [ string SQLSRV_ENC_CHAR ] { char } Constant [ int SQLSRV_NULLABLE_NO ] { 0 } Constant [ int SQLSRV_NULLABLE_YES ] { 1 } Constant [ int SQLSRV_NULLABLE_UNKNOWN ] { 2 } Constant [ int SQLSRV_SQLTYPE_BIGINT ] { -5 } Constant [ int SQLSRV_SQLTYPE_BIT ] { -7 } Constant [ int SQLSRV_SQLTYPE_DATETIME ] { 25177693 } Constant [ int SQLSRV_SQLTYPE_FLOAT ] { 6 } Constant [ int SQLSRV_SQLTYPE_IMAGE ] { -4 } Constant [ int SQLSRV_SQLTYPE_INT ] { 4 } Constant [ int SQLSRV_SQLTYPE_MONEY ] { 33564163 } Constant [ int SQLSRV_SQLTYPE_NTEXT ] { -10 } Constant [ int SQLSRV_SQLTYPE_TEXT ] { -1 } Constant [ int SQLSRV_SQLTYPE_REAL ] { 7 } Constant [ int SQLSRV_SQLTYPE_SMALLDATETIME ] { 8285 } Constant [ int SQLSRV_SQLTYPE_SMALLINT ] { 5 } Constant [ int SQLSRV_SQLTYPE_SMALLMONEY ] { 33559555 } Constant [ int SQLSRV_SQLTYPE_TIMESTAMP ] { 4606 } Constant [ int SQLSRV_SQLTYPE_TINYINT ] { -6 } Constant [ int SQLSRV_SQLTYPE_UDT ] { -151 } Constant [ int SQLSRV_SQLTYPE_TABLE ] { -153 } Constant [ int SQLSRV_SQLTYPE_UNIQUEIDENTIFIER ] { -11 } Constant [ int SQLSRV_SQLTYPE_XML ] { -152 } Constant [ int SQLSRV_SQLTYPE_DATE ] { 5211 } Constant [ int SQLSRV_SQLTYPE_TIME ] { 58728806 } Constant [ int SQLSRV_SQLTYPE_DATETIMEOFFSET ] { 58738021 } Constant [ int SQLSRV_SQLTYPE_DATETIME2 ] { 58734173 } Constant [ int SQLSRV_SQLTYPE_DECIMAL ] { 3 } Constant [ int SQLSRV_SQLTYPE_NUMERIC ] { 2 } Constant [ int SQLSRV_SQLTYPE_CHAR ] { 1 } Constant [ int SQLSRV_SQLTYPE_NCHAR ] { -8 } Constant [ int SQLSRV_SQLTYPE_VARCHAR ] { 12 } Constant [ int SQLSRV_SQLTYPE_NVARCHAR ] { -9 } Constant [ int SQLSRV_SQLTYPE_BINARY ] { -2 } Constant [ int SQLSRV_SQLTYPE_VARBINARY ] { -3 } Constant [ int SQLSRV_PARAM_IN ] { 1 } Constant [ int SQLSRV_PARAM_OUT ] { 4 } Constant [ int SQLSRV_PARAM_INOUT ] { 2 } Constant [ int SQLSRV_TXN_READ_UNCOMMITTED ] { 1 } Constant [ int SQLSRV_TXN_READ_COMMITTED ] { 2 } Constant [ int SQLSRV_TXN_REPEATABLE_READ ] { 4 } Constant [ int SQLSRV_TXN_SERIALIZABLE ] { 8 } Constant [ int SQLSRV_TXN_SNAPSHOT ] { 32 } Constant [ int SQLSRV_SCROLL_NEXT ] { 1 } Constant [ int SQLSRV_SCROLL_PRIOR ] { 4 } Constant [ int SQLSRV_SCROLL_FIRST ] { 2 } Constant [ int SQLSRV_SCROLL_LAST ] { 3 } Constant [ int SQLSRV_SCROLL_ABSOLUTE ] { 5 } Constant [ int SQLSRV_SCROLL_RELATIVE ] { 6 } Constant [ string SQLSRV_CURSOR_FORWARD ] { forward } Constant [ string SQLSRV_CURSOR_STATIC ] { static } Constant [ string SQLSRV_CURSOR_DYNAMIC ] { dynamic } Constant [ string SQLSRV_CURSOR_KEYSET ] { keyset } Constant [ string SQLSRV_CURSOR_CLIENT_BUFFERED ] { buffered } } - Functions { Function [ function sqlsrv_connect ] { - Parameters [2] { Parameter #0 [ $server_name ] Parameter #1 [ array $connection_info = ] } } Function [ function sqlsrv_close ] { - Parameters [1] { Parameter #0 [ $conn ] } } Function [ function sqlsrv_commit ] { - Parameters [1] { Parameter #0 [ $conn ] } } Function [ function sqlsrv_begin_transaction ] { - Parameters [1] { Parameter #0 [ $conn ] } } Function [ function sqlsrv_rollback ] { - Parameters [1] { Parameter #0 [ $conn ] } } Function [ function sqlsrv_errors ] { - Parameters [1] { Parameter #0 [ $errors_and_or_warnings = ] } } Function [ function sqlsrv_configure ] { - Parameters [2] { Parameter #0 [ $setting ] Parameter #1 [ $value ] } } Function [ function sqlsrv_get_config ] { - Parameters [1] { Parameter #0 [ $setting ] } } Function [ function sqlsrv_prepare ] { - Parameters [4] { Parameter #0 [ $conn ] Parameter #1 [ $tsql ] Parameter #2 [ $params = ] Parameter #3 [ $options = ] } } Function [ function sqlsrv_execute ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function sqlsrv_query ] { - Parameters [4] { Parameter #0 [ $conn ] Parameter #1 [ $tsql ] Parameter #2 [ $params = ] Parameter #3 [ $options = ] } } Function [ function sqlsrv_fetch ] { - Parameters [3] { Parameter #0 [ $stmt ] Parameter #1 [ $row = ] Parameter #2 [ $offset = ] } } Function [ function sqlsrv_get_field ] { - Parameters [3] { Parameter #0 [ $stmt ] Parameter #1 [ $field_index ] Parameter #2 [ $get_as_type = ] } } Function [ function sqlsrv_fetch_array ] { - Parameters [4] { Parameter #0 [ $stmt ] Parameter #1 [ $fetch_type = ] Parameter #2 [ $row = ] Parameter #3 [ $offset = ] } } Function [ function sqlsrv_fetch_object ] { - Parameters [5] { Parameter #0 [ $stmt ] Parameter #1 [ $class_name = ] Parameter #2 [ $ctor_params = ] Parameter #3 [ $row = ] Parameter #4 [ $offset = ] } } Function [ function sqlsrv_has_rows ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function sqlsrv_num_fields ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function sqlsrv_next_result ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function sqlsrv_num_rows ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function sqlsrv_rows_affected ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function SQLSRV_PHPTYPE_STREAM ] { - Parameters [1] { Parameter #0 [ $encoding ] } } Function [ function SQLSRV_PHPTYPE_STRING ] { - Parameters [1] { Parameter #0 [ $encoding ] } } Function [ function sqlsrv_client_info ] { - Parameters [1] { Parameter #0 [ $conn ] } } Function [ function sqlsrv_server_info ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function sqlsrv_cancel ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function sqlsrv_free_stmt ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function sqlsrv_field_metadata ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function sqlsrv_send_stream_data ] { - Parameters [1] { Parameter #0 [ $stmt ] } } Function [ function SQLSRV_SQLTYPE_BINARY ] { - Parameters [1] { Parameter #0 [ $size ] } } Function [ function SQLSRV_SQLTYPE_CHAR ] { - Parameters [1] { Parameter #0 [ $size ] } } Function [ function SQLSRV_SQLTYPE_DECIMAL ] { - Parameters [2] { Parameter #0 [ $precision ] Parameter #1 [ $scale ] } } Function [ function SQLSRV_SQLTYPE_NCHAR ] { - Parameters [1] { Parameter #0 [ $size ] } } Function [ function SQLSRV_SQLTYPE_NUMERIC ] { - Parameters [2] { Parameter #0 [ $precision ] Parameter #1 [ $scale ] } } Function [ function SQLSRV_SQLTYPE_NVARCHAR ] { - Parameters [1] { Parameter #0 [ $size ] } } Function [ function SQLSRV_SQLTYPE_VARBINARY ] { - Parameters [1] { Parameter #0 [ $size ] } } Function [ function SQLSRV_SQLTYPE_VARCHAR ] { - Parameters [1] { Parameter #0 [ $size ] } } } }