Home
last modified time | relevance | path

Searched refs:php_pgsql_delete (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h205 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, ulong opt, char *…
H A Dpgsql.c6472 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, ulong opt, … function
6552 if (php_pgsql_delete(pg_link, table, ids, option, &sql TSRMLS_CC) == FAILURE) {

Completed in 19 milliseconds