PHP » GoLang |
login |
register |
about
|
GoLang pg_transaction_status
request it (306)
GoLang replacement for PHP's pg_transaction_status
[edit | history]
pg_transaction_status(PHP 5 >= 5.1.0, PHP 7) pg_transaction_status — Returns the current in-transaction status of the server Description
int pg_transaction_status
( resource
$connection
)Returns the current in-transaction status of the server. Caution
pg_transaction_status() will give incorrect results when using a PostgreSQL 7.3 server that has the parameter autocommit set to off. The server-side autocommit feature has been deprecated and does not exist in later server versions. Parameters
Return ValuesThe status can be Examples
Example #1 pg_transaction_status() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|