Home
last modified time | relevance | path

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

/PHP-7.1/ext/pgsql/
H A Dphp_pgsql.h220 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
H A Dpgsql.c7093 …PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_… function
7183 if (php_pgsql_select(pg_link, table, ids, return_value, option, result_type, &sql) == FAILURE) {

Completed in 20 milliseconds