Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h216 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z…
H A Dpgsql.c6970 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, zend_ulong … function
7050 if (php_pgsql_delete(pg_link, table, ids, option, &sql) == FAILURE) {

Completed in 24 milliseconds