-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdbx.php
More file actions
37 lines (37 loc) · 865 Bytes
/
dbx.php
File metadata and controls
37 lines (37 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
return array(
'functions' => array(
'dbx_close',
'dbx_compare',
'dbx_connect',
'dbx_error',
'dbx_escape_string',
'dbx_fetch_row',
'dbx_query',
'dbx_sort',
),
'constants' => array(
'DBX_MYSQL',
'DBX_ODBC',
'DBX_PGSQL',
'DBX_MSSQL',
'DBX_FBSQL',
'DBX_OCI8',
'DBX_SYBASECT',
'DBX_SQLITE',
'DBX_PERSISTENT',
'DBX_RESULT_INFO',
'DBX_RESULT_INDEX',
'DBX_RESULT_ASSOC',
'DBX_RESULT_UNBUFFERED',
'DBX_COLNAMES_UNCHANGED',
'DBX_COLNAMES_UPPERCASE',
'DBX_COLNAMES_LOWERCASE',
'DBX_CMP_NATIVE',
'DBX_CMP_TEXT',
'DBX_CMP_NUMBER',
'DBX_CMP_ASC',
'DBX_CMP_DESC',
),
'pecl' => false,
);