Lines Matching refs:PHP_FUNCTION

68 PHP_FUNCTION(pg_connect);
69 PHP_FUNCTION(pg_pconnect);
70 PHP_FUNCTION(pg_connect_poll);
71 PHP_FUNCTION(pg_close);
72 PHP_FUNCTION(pg_connection_reset);
73 PHP_FUNCTION(pg_connection_status);
74 PHP_FUNCTION(pg_connection_busy);
75 PHP_FUNCTION(pg_host);
76 PHP_FUNCTION(pg_dbname);
77 PHP_FUNCTION(pg_port);
78 PHP_FUNCTION(pg_tty);
79 PHP_FUNCTION(pg_options);
80 PHP_FUNCTION(pg_version);
81 PHP_FUNCTION(pg_ping);
83 PHP_FUNCTION(pg_parameter_status);
86 PHP_FUNCTION(pg_transaction_status);
89 PHP_FUNCTION(pg_query);
91 PHP_FUNCTION(pg_query_params);
94 PHP_FUNCTION(pg_prepare);
97 PHP_FUNCTION(pg_execute);
99 PHP_FUNCTION(pg_send_query);
101 PHP_FUNCTION(pg_send_query_params);
104 PHP_FUNCTION(pg_send_prepare);
107 PHP_FUNCTION(pg_send_execute);
109 PHP_FUNCTION(pg_cancel_query);
111 PHP_FUNCTION(pg_fetch_assoc);
112 PHP_FUNCTION(pg_fetch_array);
113 PHP_FUNCTION(pg_fetch_object);
114 PHP_FUNCTION(pg_fetch_result);
115 PHP_FUNCTION(pg_fetch_row);
116 PHP_FUNCTION(pg_fetch_all);
117 PHP_FUNCTION(pg_fetch_all_columns);
119 PHP_FUNCTION(pg_affected_rows);
121 PHP_FUNCTION(pg_get_result);
122 PHP_FUNCTION(pg_result_seek);
123 PHP_FUNCTION(pg_result_status);
124 PHP_FUNCTION(pg_free_result);
125 PHP_FUNCTION(pg_last_oid);
126 PHP_FUNCTION(pg_num_rows);
127 PHP_FUNCTION(pg_num_fields);
128 PHP_FUNCTION(pg_field_name);
129 PHP_FUNCTION(pg_field_num);
130 PHP_FUNCTION(pg_field_size);
131 PHP_FUNCTION(pg_field_type);
132 PHP_FUNCTION(pg_field_type_oid);
133 PHP_FUNCTION(pg_field_prtlen);
134 PHP_FUNCTION(pg_field_is_null);
135 PHP_FUNCTION(pg_field_table);
137 PHP_FUNCTION(pg_get_notify);
138 PHP_FUNCTION(pg_socket);
139 PHP_FUNCTION(pg_consume_input);
140 PHP_FUNCTION(pg_flush);
141 PHP_FUNCTION(pg_get_pid);
143 PHP_FUNCTION(pg_result_error);
145 PHP_FUNCTION(pg_result_error_field);
147 PHP_FUNCTION(pg_last_error);
148 PHP_FUNCTION(pg_last_notice);
150 PHP_FUNCTION(pg_put_line);
151 PHP_FUNCTION(pg_end_copy);
152 PHP_FUNCTION(pg_copy_to);
153 PHP_FUNCTION(pg_copy_from);
155 PHP_FUNCTION(pg_lo_create);
156 PHP_FUNCTION(pg_lo_unlink);
157 PHP_FUNCTION(pg_lo_open);
158 PHP_FUNCTION(pg_lo_close);
159 PHP_FUNCTION(pg_lo_read);
160 PHP_FUNCTION(pg_lo_write);
161 PHP_FUNCTION(pg_lo_read_all);
162 PHP_FUNCTION(pg_lo_import);
163 PHP_FUNCTION(pg_lo_export);
164 PHP_FUNCTION(pg_lo_seek);
165 PHP_FUNCTION(pg_lo_tell);
167 PHP_FUNCTION(pg_lo_truncate);
171 PHP_FUNCTION(pg_trace);
172 PHP_FUNCTION(pg_untrace);
175 PHP_FUNCTION(pg_client_encoding);
176 PHP_FUNCTION(pg_set_client_encoding);
178 PHP_FUNCTION(pg_set_error_verbosity);
181 PHP_FUNCTION(pg_escape_string);
182 PHP_FUNCTION(pg_escape_bytea);
183 PHP_FUNCTION(pg_unescape_bytea);
184 PHP_FUNCTION(pg_escape_literal);
185 PHP_FUNCTION(pg_escape_identifier);
189 PHP_FUNCTION(pg_meta_data);
190 PHP_FUNCTION(pg_convert);
191 PHP_FUNCTION(pg_insert);
192 PHP_FUNCTION(pg_update);
193 PHP_FUNCTION(pg_delete);
194 PHP_FUNCTION(pg_select);