property DB_pgsql::$transaction_opcount in Flickr API 5
The quantity of transactions begun
{@internal While this is private, it can't actually be designated private in PHP 5 because it is directly accessed in the test suite.}}
@access private
Type: integer
File
- phpFlickr/
PEAR/ DB/ pgsql.php, line 123
Class
- DB_pgsql
- The methods PEAR DB uses to interact with PHP's pgsql extension for interacting with PostgreSQL databases
Code
var $transaction_opcount = 0;