PHP » GoLang |
login |
register |
about
|
GoLang pg_send_prepare
request it (423)
GoLang replacement for PHP's pg_send_prepare
[edit | history]
pg_send_prepare(PHP 5 >= 5.1.0, PHP 7) pg_send_prepare — Sends 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()
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|