Searched refs:php_pgsql_insert (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/pgsql/ |
H A D | php_pgsql.h | 203 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, ulong opt, cha…
|
H A D | pgsql.c | 6154 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, ulong opt, … function 6285 if (php_pgsql_insert(pg_link, table, values, option, &sql TSRMLS_CC) == FAILURE) {
|
Completed in 22 milliseconds