Lines Matching refs:PHP_FUNCTION

66 PHP_FUNCTION(pg_connect);
67 PHP_FUNCTION(pg_pconnect);
68 PHP_FUNCTION(pg_close);
69 PHP_FUNCTION(pg_connection_reset);
70 PHP_FUNCTION(pg_connection_status);
71 PHP_FUNCTION(pg_connection_busy);
72 PHP_FUNCTION(pg_host);
73 PHP_FUNCTION(pg_dbname);
74 PHP_FUNCTION(pg_port);
75 PHP_FUNCTION(pg_tty);
76 PHP_FUNCTION(pg_options);
77 PHP_FUNCTION(pg_version);
78 PHP_FUNCTION(pg_ping);
80 PHP_FUNCTION(pg_parameter_status);
83 PHP_FUNCTION(pg_transaction_status);
86 PHP_FUNCTION(pg_query);
88 PHP_FUNCTION(pg_query_params);
91 PHP_FUNCTION(pg_prepare);
94 PHP_FUNCTION(pg_execute);
96 PHP_FUNCTION(pg_send_query);
98 PHP_FUNCTION(pg_send_query_params);
101 PHP_FUNCTION(pg_send_prepare);
104 PHP_FUNCTION(pg_send_execute);
106 PHP_FUNCTION(pg_cancel_query);
108 PHP_FUNCTION(pg_fetch_assoc);
109 PHP_FUNCTION(pg_fetch_array);
110 PHP_FUNCTION(pg_fetch_object);
111 PHP_FUNCTION(pg_fetch_result);
112 PHP_FUNCTION(pg_fetch_row);
113 PHP_FUNCTION(pg_fetch_all);
114 PHP_FUNCTION(pg_fetch_all_columns);
116 PHP_FUNCTION(pg_affected_rows);
118 PHP_FUNCTION(pg_get_result);
119 PHP_FUNCTION(pg_result_seek);
120 PHP_FUNCTION(pg_result_status);
121 PHP_FUNCTION(pg_free_result);
122 PHP_FUNCTION(pg_last_oid);
123 PHP_FUNCTION(pg_num_rows);
124 PHP_FUNCTION(pg_num_fields);
125 PHP_FUNCTION(pg_field_name);
126 PHP_FUNCTION(pg_field_num);
127 PHP_FUNCTION(pg_field_size);
128 PHP_FUNCTION(pg_field_type);
129 PHP_FUNCTION(pg_field_type_oid);
130 PHP_FUNCTION(pg_field_prtlen);
131 PHP_FUNCTION(pg_field_is_null);
132 PHP_FUNCTION(pg_field_table);
134 PHP_FUNCTION(pg_get_notify);
135 PHP_FUNCTION(pg_get_pid);
137 PHP_FUNCTION(pg_result_error);
139 PHP_FUNCTION(pg_result_error_field);
141 PHP_FUNCTION(pg_last_error);
142 PHP_FUNCTION(pg_last_notice);
144 PHP_FUNCTION(pg_put_line);
145 PHP_FUNCTION(pg_end_copy);
146 PHP_FUNCTION(pg_copy_to);
147 PHP_FUNCTION(pg_copy_from);
149 PHP_FUNCTION(pg_lo_create);
150 PHP_FUNCTION(pg_lo_unlink);
151 PHP_FUNCTION(pg_lo_open);
152 PHP_FUNCTION(pg_lo_close);
153 PHP_FUNCTION(pg_lo_read);
154 PHP_FUNCTION(pg_lo_write);
155 PHP_FUNCTION(pg_lo_read_all);
156 PHP_FUNCTION(pg_lo_import);
157 PHP_FUNCTION(pg_lo_export);
158 PHP_FUNCTION(pg_lo_seek);
159 PHP_FUNCTION(pg_lo_tell);
162 PHP_FUNCTION(pg_trace);
163 PHP_FUNCTION(pg_untrace);
166 PHP_FUNCTION(pg_client_encoding);
167 PHP_FUNCTION(pg_set_client_encoding);
169 PHP_FUNCTION(pg_set_error_verbosity);
172 PHP_FUNCTION(pg_escape_string);
173 PHP_FUNCTION(pg_escape_bytea);
174 PHP_FUNCTION(pg_unescape_bytea);
175 PHP_FUNCTION(pg_escape_literal);
176 PHP_FUNCTION(pg_escape_identifier);
180 PHP_FUNCTION(pg_meta_data);
181 PHP_FUNCTION(pg_convert);
182 PHP_FUNCTION(pg_insert);
183 PHP_FUNCTION(pg_update);
184 PHP_FUNCTION(pg_delete);
185 PHP_FUNCTION(pg_select);