Lines Matching refs:PHP_FUNCTION
47 PHP_FUNCTION(odbc_error);
48 PHP_FUNCTION(odbc_errormsg);
49 PHP_FUNCTION(odbc_setoption);
50 PHP_FUNCTION(odbc_autocommit);
51 PHP_FUNCTION(odbc_close);
52 PHP_FUNCTION(odbc_close_all);
53 PHP_FUNCTION(odbc_commit);
54 PHP_FUNCTION(odbc_connect);
55 PHP_FUNCTION(odbc_pconnect);
56 PHP_FUNCTION(odbc_cursor);
58 PHP_FUNCTION(odbc_data_source);
60 PHP_FUNCTION(odbc_do);
61 PHP_FUNCTION(odbc_exec);
62 PHP_FUNCTION(odbc_execute);
64 PHP_FUNCTION(odbc_fetch_array);
65 PHP_FUNCTION(odbc_fetch_object);
67 PHP_FUNCTION(odbc_fetch_into);
68 PHP_FUNCTION(odbc_fetch_row);
69 PHP_FUNCTION(odbc_field_len);
70 PHP_FUNCTION(odbc_field_scale);
71 PHP_FUNCTION(odbc_field_name);
72 PHP_FUNCTION(odbc_field_type);
73 PHP_FUNCTION(odbc_field_num);
74 PHP_FUNCTION(odbc_free_result);
76 PHP_FUNCTION(odbc_next_result);
78 PHP_FUNCTION(odbc_num_fields);
79 PHP_FUNCTION(odbc_num_rows);
80 PHP_FUNCTION(odbc_prepare);
81 PHP_FUNCTION(odbc_result);
82 PHP_FUNCTION(odbc_result_all);
83 PHP_FUNCTION(odbc_rollback);
84 PHP_FUNCTION(odbc_binmode);
85 PHP_FUNCTION(odbc_longreadlen);
86 PHP_FUNCTION(odbc_tables);
87 PHP_FUNCTION(odbc_columns);
89 PHP_FUNCTION(odbc_columnprivileges);
90 PHP_FUNCTION(odbc_tableprivileges);
93 PHP_FUNCTION(odbc_foreignkeys);
94 PHP_FUNCTION(odbc_procedures);
95 PHP_FUNCTION(odbc_procedurecolumns);
97 PHP_FUNCTION(odbc_gettypeinfo);
98 PHP_FUNCTION(odbc_primarykeys);
99 PHP_FUNCTION(odbc_specialcolumns);
100 PHP_FUNCTION(odbc_statistics);