| 
 | 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  Parameters
 
 Return ValuesReturns  Examples
 Example #1 Using pg_send_prepare 
<?phpSee Also
 
 |