Home
last modified time | relevance | path

Searched refs:pg_send_query (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A D04async_query.phpt12 if (!pg_send_query($db, "SELECT * FROM ".$table_name.";")) {
13 echo "pg_send_query() error\n";
53 if (!pg_send_query($db, "INSERT INTO ".$table_name." VALUES (8888, 'GGG');"))
55 echo "pg_send_query() error\n";
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h96 PHP_FUNCTION(pg_send_query);
H A DREADME75 pg_send_query() will block until last query is completed.
87 bool pg_send_query(resource connection, string query)
H A Dpgsql.c598 PHP_FE(pg_send_query, arginfo_pg_send_query)
4660 PHP_FUNCTION(pg_send_query) argument

Completed in 22 milliseconds