Searched refs:php_pgsql_select (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pgsql/ |
H A D | php_pgsql.h | 76 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids, zv…
|
H A D | pgsql.c | 6041 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_select() function 6150 if (php_pgsql_select(pg_link, table, ids, return_value, option, result_type, &sql) == FAILURE) { in PHP_FUNCTION()
|
Completed in 31 milliseconds