Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dphp_pgsql.h80 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *values,…
H A Dpgsql.c5543 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_update() function
5643 if (php_pgsql_update(pg_link, table, values, ids, option, &sql) == FAILURE) { in PHP_FUNCTION()

Completed in 27 milliseconds