Lines Matching refs:PHP_FUNCTION

69 PHP_FUNCTION(pg_connect);
70 PHP_FUNCTION(pg_pconnect);
71 PHP_FUNCTION(pg_connect_poll);
72 PHP_FUNCTION(pg_close);
73 PHP_FUNCTION(pg_connection_reset);
74 PHP_FUNCTION(pg_connection_status);
75 PHP_FUNCTION(pg_connection_busy);
76 PHP_FUNCTION(pg_host);
77 PHP_FUNCTION(pg_dbname);
78 PHP_FUNCTION(pg_port);
79 PHP_FUNCTION(pg_tty);
80 PHP_FUNCTION(pg_options);
81 PHP_FUNCTION(pg_version);
82 PHP_FUNCTION(pg_ping);
84 PHP_FUNCTION(pg_parameter_status);
87 PHP_FUNCTION(pg_transaction_status);
90 PHP_FUNCTION(pg_query);
92 PHP_FUNCTION(pg_query_params);
95 PHP_FUNCTION(pg_prepare);
98 PHP_FUNCTION(pg_execute);
100 PHP_FUNCTION(pg_send_query);
102 PHP_FUNCTION(pg_send_query_params);
105 PHP_FUNCTION(pg_send_prepare);
108 PHP_FUNCTION(pg_send_execute);
110 PHP_FUNCTION(pg_cancel_query);
112 PHP_FUNCTION(pg_fetch_assoc);
113 PHP_FUNCTION(pg_fetch_array);
114 PHP_FUNCTION(pg_fetch_object);
115 PHP_FUNCTION(pg_fetch_result);
116 PHP_FUNCTION(pg_fetch_row);
117 PHP_FUNCTION(pg_fetch_all);
118 PHP_FUNCTION(pg_fetch_all_columns);
120 PHP_FUNCTION(pg_affected_rows);
122 PHP_FUNCTION(pg_get_result);
123 PHP_FUNCTION(pg_result_seek);
124 PHP_FUNCTION(pg_result_status);
125 PHP_FUNCTION(pg_free_result);
126 PHP_FUNCTION(pg_last_oid);
127 PHP_FUNCTION(pg_num_rows);
128 PHP_FUNCTION(pg_num_fields);
129 PHP_FUNCTION(pg_field_name);
130 PHP_FUNCTION(pg_field_num);
131 PHP_FUNCTION(pg_field_size);
132 PHP_FUNCTION(pg_field_type);
133 PHP_FUNCTION(pg_field_type_oid);
134 PHP_FUNCTION(pg_field_prtlen);
135 PHP_FUNCTION(pg_field_is_null);
136 PHP_FUNCTION(pg_field_table);
138 PHP_FUNCTION(pg_get_notify);
139 PHP_FUNCTION(pg_socket);
140 PHP_FUNCTION(pg_consume_input);
141 PHP_FUNCTION(pg_flush);
142 PHP_FUNCTION(pg_get_pid);
144 PHP_FUNCTION(pg_result_error);
146 PHP_FUNCTION(pg_result_error_field);
148 PHP_FUNCTION(pg_last_error);
149 PHP_FUNCTION(pg_last_notice);
151 PHP_FUNCTION(pg_put_line);
152 PHP_FUNCTION(pg_end_copy);
153 PHP_FUNCTION(pg_copy_to);
154 PHP_FUNCTION(pg_copy_from);
156 PHP_FUNCTION(pg_lo_create);
157 PHP_FUNCTION(pg_lo_unlink);
158 PHP_FUNCTION(pg_lo_open);
159 PHP_FUNCTION(pg_lo_close);
160 PHP_FUNCTION(pg_lo_read);
161 PHP_FUNCTION(pg_lo_write);
162 PHP_FUNCTION(pg_lo_read_all);
163 PHP_FUNCTION(pg_lo_import);
164 PHP_FUNCTION(pg_lo_export);
165 PHP_FUNCTION(pg_lo_seek);
166 PHP_FUNCTION(pg_lo_tell);
168 PHP_FUNCTION(pg_lo_truncate);
172 PHP_FUNCTION(pg_trace);
173 PHP_FUNCTION(pg_untrace);
176 PHP_FUNCTION(pg_client_encoding);
177 PHP_FUNCTION(pg_set_client_encoding);
179 PHP_FUNCTION(pg_set_error_verbosity);
182 PHP_FUNCTION(pg_escape_string);
183 PHP_FUNCTION(pg_escape_bytea);
184 PHP_FUNCTION(pg_unescape_bytea);
185 PHP_FUNCTION(pg_escape_literal);
186 PHP_FUNCTION(pg_escape_identifier);
190 PHP_FUNCTION(pg_meta_data);
191 PHP_FUNCTION(pg_convert);
192 PHP_FUNCTION(pg_insert);
193 PHP_FUNCTION(pg_update);
194 PHP_FUNCTION(pg_delete);
195 PHP_FUNCTION(pg_select);