property DB_mysql::$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/ mysql.php, line 144
Class
- DB_mysql
- The methods PEAR DB uses to interact with PHP's mysql extension for interacting with MySQL databases
Code
var $transaction_opcount = 0;