Searched refs:php_pgsql_update (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/pgsql/ |
H A D | php_pgsql.h | 80 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *values,…
|
H A D | pgsql.c | 5528 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_update() function 5628 if (php_pgsql_update(pg_link, table, values, ids, option, &sql) == FAILURE) { in PHP_FUNCTION()
|
Completed in 24 milliseconds