Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/tests/
H A D26async_query_prepared.phpt30 if (!pg_send_execute($db, 'php_test', array(100))) {
31 echo "pg_send_execute() error\n";
85 if (!pg_send_execute($db, "php_test2", array(9999, "A'BC")))
87 echo "pg_send_execute() error\n";
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h104 PHP_FUNCTION(pg_send_execute);
H A Dpgsql.c606 PHP_FE(pg_send_execute, arginfo_pg_send_execute)
4869 PHP_FUNCTION(pg_send_execute) argument
/PHP-5.5/
H A DNEWS9076 . pg_send_execute() - async equivalent of pg_execute().

Completed in 49 milliseconds