Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h206 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
H A Dpgsql.c6606 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_a… function
6691 if (php_pgsql_select(pg_link, table, ids, return_value, option, &sql TSRMLS_CC) == FAILURE) {

Completed in 20 milliseconds