Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dphp_pgsql.h82 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids, zv…
H A Dpgsql.c5792 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_select() function
5898 if (php_pgsql_select(pg_link, table, ids, return_value, option, result_type, &sql) == FAILURE) { in PHP_FUNCTION()

Completed in 34 milliseconds