PHP » GoLang |
login |
register |
about
|
GoLang pg_send_query_params
request it (450)
GoLang replacement for PHP's pg_send_query_params
[edit | history]
pg_send_query_params(PHP 5 >= 5.1.0, PHP 7) pg_send_query_params — Submits a command and separate parameters to the server without waiting for the result(s) Description
bool pg_send_query_params
( resource
$connection
, string $query
, array $params
)Submits a command and separate parameters to the server without waiting for the result(s).
This is equivalent to pg_send_query() except that query
parameters can be specified separately from the
Parameters
Return ValuesReturns Use pg_get_result() to determine the query result. Examples
Example #1 Using pg_send_query_params()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|