pg_send_prepare

pg_send_prepare

(PHP 5 >= 5.1.0, PHP 7)

pg_send_prepareSends a request to create a prepared statement with the given parameters, without waiting for completion.

Description

bool pg_send_prepare ( resource $connection , string $stmtname , string $query )

Sends a request to create a prepared statement with the given parameters, without waiting for completion.

This is an asynchronous version of pg_prepare(): it returns TRUE if it was able to dispatch the request, and 登录查看完整内容