update : 2015.11.03
php.shukuma.com검색:
|
pg_transaction_status(PHP 5 >= 5.1.0) pg_transaction_status — Returns the current in-transaction status of the server. 설명
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. 인수
반환값The status can be 예제
Example #1 pg_transaction_status() example
<?php |